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.

79 lines
1.6 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. Marc Reyhner 7/21/00
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TERMSRV_ROOT=$(PROJECT_ROOT)
  15. TSHRCLNT_ROOT=$(TERMSRV_ROOT)\newclient
  16. REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
  17. IDL_OUTPUTDIR=$(REMDSK_ROOT)\idl\obj\$(TARGET_DIRECTORY)
  18. MAJORCOMP=rdsk
  19. MINORCOMP=rdskmessenger
  20. TARGETNAME=rcontrol
  21. TARGETPATH=obj
  22. TARGETTYPE=PROGRAM
  23. UMTYPE=windows
  24. UMENTRY=winmain
  25. PRECOMPILED_INCLUDE=stdafx.h
  26. PRECOMPILED_SOURCEFILE=stdafx.cpp
  27. PRECOMPILED_CXX = 1
  28. USE_MSVCRT=1
  29. USE_STL=1
  30. USE_NATIVE_EH=1
  31. NOT_LEAN_AND_MEAN=1
  32. ATL_VER=30
  33. USE_STATIC_ATL=1
  34. USE_VCCOM=1
  35. USE_PDB=1
  36. C_DEFINES=-DWIN32 -D_WINDOWS -D_UNICODE -DDEBUGMEM
  37. INCLUDES=\
  38. $(IDL_OUTPUTDIR); \
  39. $(DS_INC_PATH)\crypto;
  40. SOURCES= \
  41. rcontrol.rc \
  42. ApprovalDialog.cpp \
  43. DirectPlayConnection.cpp \
  44. Exception.cpp \
  45. rcontrol.cpp \
  46. RemoteDesktopClientEventSink.cpp \
  47. RemoteDesktopClientSession.cpp \
  48. RemoteDesktopServer.cpp \
  49. RemoteDesktopServerEventSink.cpp \
  50. StaticOkDialog.cpp
  51. TARGETLIBS= \
  52. $(BASEDIR)\public\sdk\lib\*\atl.lib \
  53. $(BASEDIR)\public\sdk\lib\*\dplayx.lib \
  54. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  55. $(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
  56. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  57. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  58. $(TERMSRV_ROOT)\lib\$(O)\tsctrcu.lib