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.

42 lines
1.2 KiB

  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=stdlibrary
  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. $(STDLIBRARY_INC)
  19. # The developer defines the SOURCES macro. It contains a list of all the
  20. # source files for this component. Specify each source file on a separate
  21. # line using the line-continuation character. This minimizes merge
  22. # conflicts if two developers are adding source files to the same component.
  23. SOURCES= \
  24. ..\cominit.cpp \
  25. ..\genlex.cpp \
  26. ..\objpath.cpp \
  27. ..\opathlex.cpp \
  28. ..\sqllex.cpp \
  29. ..\sql_1.cpp
  30. # Next, specify options for the compiler using C_DEFINES.
  31. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__
  32. WIN32_WINNT_VERSION=0x0400
  33. USE_NATIVE_EH=1
  34. USE_MSVCRT=1