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.

31 lines
865 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WINNT
  9. WMIUNICODE=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=NewThrow
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. # The developer defines the SOURCES macro. It contains a list of all the
  16. # source files for this component. Specify each source file on a separate
  17. # line using the line-continuation character. This minimizes merge
  18. # conflicts if two developers are adding source files to the same component.
  19. SOURCES= \
  20. NewThrow.cpp
  21. # Next, specify options for the compiler using C_DEFINES.
  22. USE_RTTI=1
  23. USE_NATIVE_EH=ASYNC