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.

70 lines
2.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  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=SMTPCons
  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. $(COMDLLSV_LIB)
  19. TARGETLIBS= \
  20. $(WMIIDL_LIB) \
  21. $(STDLIBRARY_LIB) \
  22. $(WBEMCOMN_STATIC_LIB) \
  23. $(SDK_LIB_PATH)\ole32.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\shell32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\gdi32.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\mpr.lib \
  33. $(SDK_LIB_PATH)\wsock32.lib \
  34. $(SDK_LIB_PATH)\vccomsup.lib
  35. # The INCLUDES variable specifies any include paths that are specific to
  36. # this source directory. Separate multiple paths with single
  37. # semicolons. Relative path specifications are okay.
  38. INCLUDES=$(INCLUDES); \
  39. $(WMIIDL_INC); \
  40. $(STDLIBRARY_INC); \
  41. $(WBEMCOMN_INC); \
  42. $(COMLIB_INC)
  43. # The developer defines the SOURCES macro. It contains a list of all the
  44. # source files for this component. Specify each source file on a separate
  45. # line using the line-continuation character. This minimizes merge
  46. # conflicts if two developers are adding source files to the same component.
  47. SOURCES= \
  48. main.cpp \
  49. smtp.cpp \
  50. smtphelp.cpp \
  51. smtpcons.rc \
  52. ..\ErrorObj.cpp
  53. MISCFILES= \
  54. smtpcons.mof \
  55. smtpcons.mfl
  56. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /D_UNICODE /DUNICODE
  57. USE_NATIVE_EH=1
  58. USE_MSVCRT=1
  59. USE_STL=1
  60. DLLENTRY=_DllMainCRTStartup
  61. DLLDEF=$(O)\SMTPCons.def