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.

79 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. WMIPRECOMPSHARED=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The TARGETLIBS macro specifies additional libraries to link against your target
  15. # image. Each library path specification should contain an asterisk (*)
  16. # where the machine-specific subdirectory name should go.
  17. LINKLIBS=\
  18. $(CORELIB_LIB)
  19. TARGETLIBS=\
  20. $(WMIIDL_LIB) \
  21. $(WBEMINT_LIB) \
  22. $(WBEMCOMN_DLL_LIB) \
  23. $(WMIREPOSITIDL_LIB) \
  24. $(SDK_LIB_PATH)\oledb.lib \
  25. $(SDK_LIB_PATH)\msvcprt.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\version.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib \
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\uuid.lib \
  33. $(SDK_LIB_PATH)\vccomsup.lib \
  34. $(SDK_LIB_PATH)\winmm.lib \
  35. $(SDK_LIB_PATH)\psapi.lib \
  36. $(UTILLIB_LIB)
  37. # The INCLUDES variable specifies any include paths that are specific to
  38. # this source directory. Separate multiple paths with single
  39. # semicolons. Relative path specifications are okay.
  40. INCLUDES=$(INCLUDES); \
  41. $(WMIIDL_INC); \
  42. $(WBEMINT_INC); \
  43. $(WBEMCOMN_INC); \
  44. $(WMIREPOSITIDL_INC);\
  45. $(CORELIB_INC); \
  46. $(WBEMCORE_INC); \
  47. $(UTILLIB_INC); \
  48. $(COMMON)\wmiutils
  49. # The developer defines the SOURCES macro. It contains a list of all the
  50. # source files for this component. Specify each source file on a separate
  51. # line using the line-continuation character. This minimizes merge
  52. # conflicts if two developers are adding source files to the same component.
  53. SOURCES= \
  54. ..\clsfctry.cpp \
  55. ..\REPDRVR.cpp \
  56. ..\WQLTOSQL.cpp \
  57. ..\SQLUTILS.cpp \
  58. ..\SEQSTREAM.cpp \
  59. ..\SQLCACHE.cpp \
  60. ..\SQLEXEC.cpp \
  61. ..\repcache.cpp \
  62. ..\repsecurity.cpp \
  63. ..\reputils.cpp \
  64. ..\smrtptr.cpp \
  65. ..\sqlit.cpp \
  66. ..\sqlbackup.cpp \
  67. C_DEFINES=$(C_DEFINES) /DBUILD_CORE
  68. WIN32_WINNT_VERSION=0x0400
  69. USER_C_FLAGS=/EHa
  70. MSC_OPTIMIZATION=/Ob2
  71. USE_NATIVE_EH=1
  72. USE_MSVCRT=1
  73. DLLENTRY=_DllMainCRTStartup