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.

31 lines
619 B

  1. #
  2. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  3. #
  4. # All rights reserved.
  5. #
  6. ############################################################################
  7. WMIPRECOMPSHARED=1
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=pathprsr
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. INCLUDES=$(INCLUDES); \
  14. $(FRAMEWORK_PARSER_INC); \
  15. $(FRAMEWORK_EXPT_INC); \
  16. $(FRAMEWORK_MFC_INC)
  17. SOURCES= \
  18. ..\analyser.cpp \
  19. ..\namepath.cpp
  20. C_DEFINES=$(C_DEFINES)
  21. USE_RTTI=1
  22. USE_NATIVE_EH=ASYNC
  23. USE_MSVCRT=1