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.

68 lines
1.5 KiB

  1. !if 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. !endif
  4. #######################################################################
  5. #
  6. # WBEMCntl Makefile
  7. #
  8. # (C) 1998 Microsoft
  9. #
  10. # a-brads 7/16/98 Created
  11. # a-khint 2/26/99 rewrote
  12. #
  13. ########################################################################
  14. TARGET=wbemcntl.exe
  15. USEMFC=0
  16. NO_IMPLIB=1
  17. RCFILES=.\WmiCntl.rc
  18. RCFLAGS+= /D_MAC
  19. WARNLEVEL=3
  20. NO_OPTIM=1
  21. CDEFS+=/DSMSBUILD /DBUILDING_DLL /DSHARE_SOURCE
  22. LFLAGS=$(LFLAGS) /STACK:1048576,8192
  23. CFLAGS=$(CFLAGS) /Fp$(objdir)\wmicntl.pch /GF /GR
  24. release=core\$(RELDIR)
  25. CINC+= \
  26. -I$(IDL) \
  27. -I$(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D \
  28. -I$(DEFDRIVE)$(DEFDIR)\stdlibrary \
  29. -I$(DEFDRIVE)$(DEFDIR)\atlui\common \
  30. -I$(DEFDRIVE)$(DEFDIR)\atlui\WMISnapin\OBJ$(PLAT)$(OPST)$(BLDT)$(LNKTYPE)U
  31. CPPFILES+= \
  32. stdAfx.cpp \
  33. ..\common\SshWbemHelpers.cpp \
  34. advPage.cpp \
  35. BackupPage.cpp \
  36. chklist.cpp \
  37. ChkListHandler.cpp \
  38. ..\common\cominit2.cpp \
  39. DataSrc.cpp \
  40. ErrorSecPage.cpp \
  41. GenPage.cpp \
  42. LogPage.cpp \
  43. NSPage.cpp \
  44. UIHelpers.cpp \
  45. pagebase.cpp \
  46. principal.cpp \
  47. RootSecPage.cpp \
  48. ..\common\ServiceThread.cpp \
  49. SI.cpp \
  50. WbemError.cpp \
  51. Wmicntl.cpp
  52. LIBS=\
  53. $(UTILLIB_LIB)
  54. $(CONLIBS) \
  55. $(NT5LIB)\htmlhelp.lib \
  56. $(NT5LIB)\vccomsup.lib \
  57. $(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D\wbemuuid.lib \
  58. !if "$(OPSYS)"=="NT64" && "$(PROCESSOR_ARCHITECTURE)"=="x86"
  59. $(NT5LIB)\atl21asm.lib \
  60. !endif