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.

67 lines
1.4 KiB

  1. !if 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. !endif
  4. BASENAME=ServDeps
  5. VER_STR_FILE_DESCRIPTION="WMI Snapins"
  6. VER_STR_PRODUCTNAME="WMI Snapins"
  7. TARGET=$(BASENAME).DLL
  8. DEFFILE=$(BASENAME).DEF
  9. DEPENDTHRESHOLD=500
  10. IDLDIR=$(OBJDIR)
  11. IDLFLAGS+=/h "ServDeps.h" /iid "ServDeps_i.c"
  12. IDLFILES=\
  13. ServDeps.idl \
  14. CPPFILES=\
  15. stdafx.cpp \
  16. ..\Common\util.cpp \
  17. ..\Common\PageHelper.cpp \
  18. ..\Common\ConnectThread.cpp \
  19. ..\Common\sshWbemHelpers.cpp \
  20. ..\common\cominit2.cpp \
  21. DepPage.cpp \
  22. SDSnapin.cpp \
  23. ServDeps.cpp \
  24. RCFILES=ServDeps.rc
  25. LIBS=\
  26. $(CONLIBS)\
  27. $(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D\wbemuuid.lib \
  28. $(DEFDRIVE)$(DEFDIR)\atlui\MMFUtil\OBJ$(PLAT)$(OPST)$(BLDT)DU\mmfUtil.lib \
  29. $(NT5LIB)\mmc.lib \
  30. $(NT5LIB)\vccomsup.lib \
  31. !if "$(OPSYS)"=="NT64" && "$(PROCESSOR_ARCHITECTURE)"=="x86"
  32. $(NT5LIB)\atl21asm.lib \
  33. !endif
  34. CINC= \
  35. -I$(OBJDIR) \
  36. -I$(TOOLS)\snapins.inc \
  37. -I$(DEFDRIVE)$(DEFDIR)\stdlibrary \
  38. -I$(DEFDRIVE)$(DEFDIR)\atlui\common \
  39. -I$(IDL) \
  40. -I$(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D \
  41. -I$(DEFDRIVE)$(DEFDIR)\include \
  42. CDEFS += /D_MSC_VER=1100 /DSNAPIN
  43. NO_IMPLIB=TRUE
  44. FLAGSDLL=/opt:noicf
  45. PXXFILES=stdafx.cpp
  46. PCHFILE=$(OBJDIR)\stdafx.pch
  47. HDRSTOPFILE=stdafx.h
  48. UNICODE=1
  49. RELEASE=CORE\$(PROCESSOR_ARCHITECTURE).bin
  50. TREE:
  51. RELEASE $(OBJDIR)\$(BASENAME).PDB CORE\$(PROCESSOR_ARCHITECTURE).bin\ntsnapins