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.

64 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  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. History:
  11. Created 12-Dec-95 by Dave Plummer (davepl)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. NTLEANANDMEAN=
  15. NOT_LEAN_AND_MEAN=1
  16. !ENDIF
  17. TERMSRV_ROOT = ..\..\..\
  18. MAJORCOMP=TSCLIENT
  19. MINORCOMP=TSCLIENT
  20. TARGETNAME=WinSta
  21. TARGETPATH=obj
  22. TARGETTYPE=PROGRAM
  23. TARGETLIBS=
  24. MSC_WARNING_LEVEL=/W3 /WX
  25. SOURCES= global.cpp \
  26. reg.cpp \
  27. tray.cpp \
  28. tsvs.cpp \
  29. winfo.cpp \
  30. tsvs.rc
  31. UMTYPE=windows
  32. UMENTRY=winmain
  33. TARGETPATH=obj
  34. EXPECTED_WINVER=4.0
  35. UMLIBS= \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\gdi32.lib \
  38. $(SDK_LIB_PATH)\user32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\comctl32.lib \
  41. $(SDK_LIB_PATH)\version.lib \
  42. $(SDK_LIB_PATH)\shell32.lib \
  43. $(SDK_LIB_PATH)\comdlg32.lib \
  44. $(SDK_LIB_PATH)\Wtsapi32.lib \
  45. $(SDK_LIB_PATH)\winsta.lib