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.

71 lines
2.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. # This project is NOT ready for UNICODE
  10. # WMIUNICODE=1
  11. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  13. ##################################################
  14. # Settings
  15. TARGETNAME=NCObjAPI
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. # The INCLUDES variable specifies any include paths that are specific to
  19. # this source directory. Separate multiple paths with single
  20. # semicolons. Relative path specifications are okay.
  21. INCLUDES= \
  22. $(WBEMINT_INC); \
  23. $(WMIIDL_INC); \
  24. $(NC_COMMON); \
  25. $(NC_UTILS); \
  26. $(WBEMCOMN_INC); \
  27. $(STDLIBRARY_INC); \
  28. $(INCLUDES)
  29. # The TARGETLIBS macro specifies additional libraries to link against your target
  30. # image. Each library path specification should contain an asterisk (*)
  31. # where the machine-specific subdirectory name should go.
  32. TARGETLIBS= \
  33. $(NC_UTILS_LIB) \
  34. $(WBEMCOMN_STATIC_LIB) \
  35. $(SDK_LIB_PATH)\advapi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib
  37. # The developer defines the SOURCES macro. It contains a list of all the
  38. # source files for this component. Specify each source file on a separate
  39. # line using the line-continuation character. This minimizes merge
  40. # conflicts if two developers are adding source files to the same component.
  41. SOURCES= \
  42. resource.rc \
  43. dutils.cpp \
  44. Event.cpp \
  45. Connection.cpp \
  46. NamedPipe.cpp \
  47. NCObjAPI.cpp \
  48. ReportEvent.cpp
  49. USE_NATIVE_EH=ASYNC
  50. USE_ATL=1
  51. ATL_VER=30
  52. USE_STL=1
  53. # Turn this on to get debugging info put into a log file.
  54. #C_DEFINES=$(C_DEFINES) /DUSE_FTRACE
  55. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(ADMIN_LIB_PATH)\$(TARGETNAME).lib}
  56. DLLENTRY=_DllMainCRTStartup
  57. USE_MSVCRT=1
  58. DLLDEF = $(O)\NCObjAPI.def