Source code of Windows XP (NT5)
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.

89 lines
2.0 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. $(TERMSRV_ROOT)\license\TLServer\common; \
  19. $(TERMSRV_ROOT)\common\license\inc; \
  20. $(TERMSRV_ROOT)\license\TLServer\include; \
  21. $(TERMSRV_ROOT)\license\TLServer\include\$(O); \
  22. $(TERMSRV_ROOT)\inc; \
  23. $(TERMSRV_ROOT)\rdpclip; \
  24. $(BASE_INC_PATH); \
  25. $(MAKS_INC)
  26. MAJORCOMP=termsrv
  27. MINORCOMP=tstst
  28. TARGETPATH=obj
  29. TARGETTYPE=PROGRAM
  30. TARGETNAME=tstst
  31. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  32. USE_STL=1
  33. SOURCES= tstst.cpp \
  34. drdetect.cpp \
  35. tscert.cpp \
  36. timebomb.cpp \
  37. event.cpp \
  38. tstst.rc \
  39. audio.cpp
  40. TARGETLIBS= \
  41. $(TERMSRV_LIB_PATH)\syslib.lib \
  42. $(TERMSRV_ROOT)\lib\$(O)\common.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\netapi32.lib \
  45. $(SDK_LIB_PATH)\clusapi.lib \
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\shell32.lib \
  48. $(SDK_LIB_PATH)\setupapi.lib \
  49. $(SDK_LIB_PATH)\ntdll.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\version.lib \
  52. $(SDK_LIB_PATH)\imagehlp.lib \
  53. $(SDK_LIB_PATH)\ws2_32.lib \
  54. $(SDK_LIB_PATH)\winsta.lib \
  55. $(MAKS_LIBU)
  56. PRECOMPILED_INCLUDE = stdafx.h
  57. PRECOMPILED_SOURCEFILE = stdafx.cpp
  58. PRECOMPILED_CXX = 1
  59. UMTYPE=console
  60. USE_MSVCRT = 1
  61. USE_IOSTREAM = 1
  62. 386_WARNING_LEVEL=-W4