Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.2 KiB

  1. # sources
  2. # Author: Brian Morin (t-brianm)
  3. # Date: 15-July-1997
  4. #
  5. # This file is used for compiling the Metabase Utility component
  6. #
  7. # Describes the macros used for building using NT 'build' command
  8. #
  9. !include ..\..\place.inc
  10. TARGETNAME=MetaUtil
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. DLLENTRY=_DllMainCRTStartup
  15. USE_MSVCRT=1
  16. USE_ATL=1
  17. PASS0_HEADERDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. MIDL_TLBDIR=$(O)
  20. MIDL_UUIDDIR=$(O)
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\comdlg32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\shell32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\oldnames.lib \
  32. $(SDK_LIB_PATH)\security.lib \
  33. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  34. INCLUDES=.\;..\..\inc
  35. SOURCES=\
  36. MetaUtil.idl \
  37. MetaUtil.rc \
  38. StdAfx.cpp \
  39. MetaUtil.cpp \
  40. MUtilObj.cpp \
  41. ChkError.cpp \
  42. ChkMeta.cpp \
  43. KeyCol.cpp \
  44. MetaSchm.cpp \
  45. PropCol.cpp \
  46. Utility.cpp \