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.

38 lines
1004 B

  1. TARGETNAME=WMIInst
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. SOURCES=WMIInst.c \
  5. WMIInst.rc
  6. TARGETLIBS= $(SDK_LIB_PATH)\setupapi.lib \
  7. $(SDK_LIB_PATH)\kernel32.lib \
  8. $(SDK_LIB_PATH)\advapi32.lib \
  9. $(SDK_LIB_PATH)\user32.lib
  10. USE_MSVCRT=1
  11. #
  12. # Don't put full PDB paths into the binary since binplace will strip them and the change will
  13. # invalidate signing
  14. #
  15. NO_PDB_PATHS=1
  16. #
  17. # Make sure the binaries put into the DDK are signed.
  18. #
  19. NT_SIGNCODE=1
  20. #
  21. # Remove class from symbols dirs.
  22. #
  23. BINPLACE_FLAGS=$(BINPLACE_FLAGS) -y
  24. #
  25. # Put the HTM into the root of the DDK tools\coinstallers directory.
  26. # Put the actual coinstaller into a platform-specific subdirectory of the same
  27. # Put the public coinstaller symbols in the DDK as well.
  28. #
  29. PASS2_BINPLACE=-:DEST ddk_flat\tools\coinstallers wmiinst.htm \
  30. -S $(_NTTREE)\ddk_flat\tools\coinstallers\$(TARGET_DIRECTORY) -:DEST ddk_flat\tools\coinstallers\* $(O)\wmiinst.dll