Source code of Windows XP (NT5)
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.

40 lines
1021 B

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