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.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Tad Brockway 3/20/2000
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TERMSRV_ROOT=$(PROJECT_ROOT)
  15. TSHRCLNT_ROOT=$(PROJECT_ROOT)\newclient
  16. REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
  17. MAJORCOMP=rdsk
  18. MINORCOMP=rdskcmn
  19. TARGETNAME=rdskcmn
  20. TARGETPATH=lib
  21. TARGETTYPE=LIBRARY
  22. UMTYPE=windows
  23. USE_STL=1
  24. USE_NATIVE_EH=1
  25. USE_MAPSYM=1
  26. #DEBUG_CRTS=1
  27. USE_MSVCRT=1
  28. USE_NATIVE_EH=1
  29. NOT_LEAN_AND_MEAN=1
  30. ATL_VER=30
  31. USE_STATIC_ATL=1
  32. USE_VCCOM=1
  33. USE_PDB=1
  34. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
  35. !ifndef MSC_WARNING_LEVEL
  36. MSC_WARNING_LEVEL=-W3 -WX
  37. !endif
  38. INCLUDES= \
  39. $(TSHRCLNT_ROOT)\inc; \
  40. $(DS_INC_PATH)\crypto;
  41. SOURCES= \
  42. DataChannelMultiplex.cpp \
  43. RemoteDesktopDBG.cpp \
  44. RemoteDesktopUtils.cpp \
  45. wtblobj.c