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.

68 lines
1.8 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  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=wmitimep
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. # The INCLUDES variable specifies any include paths that are specific to
  14. # this source directory. Separate multiple paths with single
  15. # semicolons. Relative path specifications are okay.
  16. INCLUDES=$(INCLUDES); \
  17. $(WBEMCOMN_INC); \
  18. $(STDLIBRARY_INC); \
  19. $(COMLIB_INC); \
  20. $(SDK_INC_PATH)\atl30; \
  21. $(WMIMSG_INC)
  22. # The developer defines the SOURCES macro. It contains a list of all the
  23. # source files for this component. Specify each source file on a separate
  24. # line using the line-continuation character. This minimizes merge
  25. # conflicts if two developers are adding source files to the same component.
  26. SOURCES= \
  27. localloc.cpp \
  28. datep.cpp \
  29. dnf.cpp \
  30. timemain.cpp \
  31. Win32Clock.cpp \
  32. timeprov.rc
  33. LINKLIBS= \
  34. $(COMDLLSV_LIB)
  35. TARGETLIBS= \
  36. $(WMIIDL_LIB) \
  37. $(WMIMSG_LIB) \
  38. $(STDLIBRARY_LIB) \
  39. $(WBEMCOMN_STATIC_LIB) \
  40. $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib \
  42. $(SDK_LIB_PATH)\ole32.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\user32.lib
  46. MISCFILES= \
  47. $(O)\wmitimep.mof \
  48. $(O)\wmitimep.mfl
  49. NTTARGETFILE0= \
  50. $(O)\wmitimep.mof \
  51. $(O)\wmitimep.mfl
  52. # Next, specify options for the compiler using C_DEFINES.
  53. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /D_UNICODE /DUNICODE
  54. USE_NATIVE_EH=1
  55. USE_MSVCRT=1
  56. USE_STL=1
  57. DLLENTRY=_DllMainCRTStartup
  58. DLLDEF=$(O)\wmitimep.def