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.

37 lines
770 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. NTTARGETFILES=$(O)\makefile
  12. TARGETNAME=utillib
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. SOURCES=\
  16. utils.cpp \
  17. wbemsec.cpp
  18. USE_MSVCRT=1
  19. # use a private placefile so we don't conflict with filenames in the master
  20. BINPLACE_PLACEFILE=placefil.txt
  21. MISCFILES= \
  22. $(O)\makefile\
  23. precomp.h\
  24. utillib.h\
  25. utillib.dsp\
  26. utils.cpp\
  27. Utillib.htm\
  28. wbemsec.cpp\