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.

72 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=scrcons
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  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. $(COMEXESV_LIB)
  19. TARGETLIBS= \
  20. $(WMIIDL_LIB) \
  21. $(WBEMINT_LIB) \
  22. $(ESSCLI_STATIC_LIB) \
  23. $(WBEMCOMN_STATIC_LIB) \
  24. $(STDLIBRARY_LIB) \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\oleaut32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\kernel32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(SDK_LIB_PATH)\resutils.lib \
  35. $(SDK_LIB_PATH)\ntdll.lib \
  36. $(SDK_LIB_PATH)\mpr.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. $(ESSCLI_INC); \
  42. $(STDLIBRARY_INC); \
  43. $(WBEMCOMN_INC); \
  44. $(COMLIB_INC)
  45. # The developer defines the SOURCES macro. It contains a list of all the
  46. # source files for this component. Specify each source file on a separate
  47. # line using the line-continuation character. This minimizes merge
  48. # conflicts if two developers are adding source files to the same component.
  49. SOURCES= \
  50. ScrCons.rc \
  51. scriptkiller.cpp \
  52. main.cpp \
  53. classfac.cpp \
  54. script.cpp \
  55. ..\killtimer.cpp \
  56. ..\ErrorObj.cpp
  57. MISCFILES= \
  58. scrcons.mof \
  59. ScrCons.mfl
  60. C_DEFINES=$(C_DEFINES) /DUNICODE /D_UNICODE
  61. USE_NATIVE_EH=1
  62. USE_MSVCRT=1
  63. USE_STL=1
  64. UMTYPE=windows
  65. UMENTRY=winmain