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.

27 lines
585 B

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