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
1.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright Microsoft Corporation. All rights reserved.
  4. #
  5. ############################################################################
  6. WMIPRECOMPSHARED=1
  7. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  8. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. TARGETNAME=utillib
  10. TARGETPATH=obj
  11. TARGETTYPE=LIBRARY
  12. # The INCLUDES variable specifies any include paths that are specific to
  13. # this source directory. Separate multiple paths with single
  14. # semicolons. Relative path specifications are okay.
  15. INCLUDES=$(INCLUDES); \
  16. $(UTILLIB_INC); \
  17. $(WMIIDL_INC); \
  18. $(STDLIBRARY_INC); \
  19. $(WBEMCOMN_INC)
  20. SOURCES= \
  21. ..\CRegCls.CPP \
  22. ..\analyser.cpp \
  23. ..\assertbreak.cpp \
  24. ..\CHPtrArr.cpp \
  25. ..\CHStrarr.CPP \
  26. ..\CHString.CPP \
  27. ..\wbemtime.cpp \
  28. ..\utils.cpp \
  29. ..\AutoImpRevert.cpp
  30. C_DEFINES=$(C_DEFINES) /DUTILLIB /D_DLL /DUSE_POLARITY /DBUILDING_DLL /DFRAMEWORK_ALLOW_DEPRECATED=0
  31. USE_NATIVE_EH=ASYNC
  32. USE_STL=1