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.

101 lines
2.1 KiB

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. !IF 0
  3. Module Name:
  4. sources.inc
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Makarand Patwardhan (makarp)
  12. !ENDIF
  13. TERMSRV_ROOT = $(SDXROOT)\termsrv
  14. MAKS_LIBU = $(TERMSRV_ROOT)\setup\lib\$O\maksu.lib
  15. MAKS_LIBA = $(TERMSRV_ROOT)\setup\lib\$O\maksa.lib
  16. MAKS_INC = $(TERMSRV_ROOT)\setup\inc
  17. INCLUDES= \
  18. $(BASE_INC_PATH); \
  19. $(MAKS_INC)
  20. MAJORCOMP=evntutl
  21. MINORCOMP=evntutl
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. TARGETNAME=$(MINORCOMP)
  25. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  26. USE_STL=1
  27. USE_ATL=1
  28. USE_MSVCRT=1
  29. USE_IOSTREAM=1
  30. ATL_VER=30
  31. USE_VCCOM=1
  32. USE_STATIC_ATL=1
  33. ATL_VER=30
  34. USE_STL=1
  35. USE_NATIVE_EH=1
  36. USE_VC6SP3=1
  37. MIDL_TLBDIR=$(O)
  38. PASS0_HEADERDIR=$(O)
  39. PASS0_SOURCEDIR=$(O)
  40. SOURCES=\
  41. evntutl.idl \
  42. evntutl.rc \
  43. evntutl.cpp \
  44. View.cpp \
  45. Logs.cpp \
  46. Log.cpp \
  47. Events.cpp \
  48. Event.cpp \
  49. dlldatax.c \
  50. TARGETLIBS= \
  51. $(SDK_LIB_PATH)\user32.lib \
  52. $(SDK_LIB_PATH)\kernel32.lib \
  53. $(SDK_LIB_PATH)\advapi32.lib \
  54. $(SDK_LIB_PATH)\version.lib \
  55. $(SDK_LIB_PATH)\oleaut32.lib \
  56. $(SDK_LIB_PATH)\ole32.lib \
  57. $(SDK_LIB_PATH)\uuid.lib \
  58. $(SDK_LIB_PATH)\odbccp32.lib \
  59. $(SDK_LIB_PATH)\gdi32.lib \
  60. $(SDK_LIB_PATH)\comdlg32.lib \
  61. $(SDK_LIB_PATH)\shell32.lib \
  62. $(SDK_LIB_PATH)\odbc32.lib \
  63. $(MAKS_LIBU) \
  64. PRECOMPILED_INCLUDE = stdafx.h
  65. PRECOMPILED_SOURCEFILE = stdafx.cpp
  66. PRECOMPILED_CXX = 1
  67. UMTYPE=windows
  68. 386_WARNING_LEVEL=-W4
  69. DLLENTRY = _DllMainCRTStartup
  70. DLLDEF = evntutl.def
  71. DLLBASE = 0x6A600000