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.

73 lines
1.4 KiB

  1. BASENAME=CMProps
  2. VER_STR_FILE_DESCRIPTION="WMI Snapins"
  3. VER_STR_PRODUCTNAME="WMI Snapins"
  4. IDLDIR=$(OBJDIR)
  5. IDLFLAGS+=/h "CMProps.h" /iid "CMProps_i.c"
  6. IDLFILES=\
  7. CMProps.idl \
  8. TARGET=$(BASENAME).DLL
  9. DEFFILE=$(BASENAME).DEF
  10. DEPENDTHRESHOLD=500
  11. CPPFILES=\
  12. stdafx.cpp \
  13. advanced.cpp \
  14. cmprops.cpp \
  15. cmsnapin.cpp \
  16. common.cpp \
  17. edtenvar.cpp \
  18. envPage.cpp \
  19. GeneralPage.cpp \
  20. iddlg.cpp \
  21. moredlg.cpp \
  22. NetIDPage.cpp \
  23. NetUtility.cpp \
  24. PerfPage.cpp \
  25. RebootPage.cpp \
  26. StartupPage.cpp \
  27. state.cpp \
  28. VirtualMemDlg.cpp \
  29. RCFILES=CMProps.rc
  30. LIBS=\
  31. $(CONLIBS)\
  32. $(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D\wbemuuid.lib \
  33. $(DEFDRIVE)$(DEFDIR)\atlui\MMFUtil\OBJ$(PLAT)$(OPST)$(BLDT)DU\mmfUtil.lib \
  34. $(NT5LIB)\mmc.lib \
  35. $(NT5LIB)\vccomsup.lib \
  36. !if "$(OPSYS)"=="NT64" && "$(PROCESSOR_ARCHITECTURE)"=="x86"
  37. $(NT5LIB)\atl21asm.lib \
  38. !endif
  39. CINC+= \
  40. -I$(DEFDRIVE)$(DEFDIR)\atlui\cmprops \
  41. -I$(DEFDRIVE)$(DEFDIR)\atlui\cmprops\$(IDLDIR) \
  42. -I$(TOOLS)\snapins.inc \
  43. -I$(DEFDRIVE)$(DEFDIR)\atlui\common \
  44. -I$(IDL) \
  45. -I$(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D \
  46. -I$(DEFDRIVE)$(DEFDIR)\include \
  47. -I$(DEFDRIVE)$(DEFDIR)\stdlibrary \
  48. NO_IMPLIB=TRUE
  49. FLAGSDLL=/opt:noicf
  50. PXXFILES=stdafx.cpp
  51. PCHFILE=$(OBJDIR)\stdafx.pch
  52. HDRSTOPFILE=stdafx.h
  53. UNICODE=1
  54. RELEASE=CORE\$(PROCESSOR_ARCHITECTURE).bin
  55. TREE:
  56. RELEASE $(OBJDIR)\$(BASENAME).PDB CORE\$(PROCESSOR_ARCHITECTURE).bin\ntsnapins