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.

68 lines
1.4 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. Steve Wood (stevewo) 12-Apr-1990
  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. REMDSK_IDL_OUTPUTDIR=$(PROJECT_ROOT)\common\remdskidl\obj\$(TARGET_DIRECTORY)
  18. MAJORCOMP=rdflt
  19. MINORCOMP=rdflt
  20. TARGETNAME=rdfilter
  21. TARGETPATH=obj
  22. TARGETTYPE=LIBRARY
  23. PASS1_PUBLISH= \
  24. {$(O)\rdfilter.lib=$(PROJECT_LIB_PATH)\rdfilter.lib}
  25. C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
  26. USE_MSVCRT=1
  27. USE_NATIVE_EH=1
  28. USE_STL=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. INCLUDES=\
  35. .; \
  36. $(INCLUDES); \
  37. $(TSHRCLNT_ROOT)\inc; \
  38. $(DS_INC_PATH)\crypto; \
  39. $(WINCORE_PATH)\w32inc; \
  40. $(WINCORE_PATH)\ntuser\inc; \
  41. $(NTUSER_PATH)\inc; \
  42. $(WINCORE_PATH)\w32inc\$(O); \
  43. $(NTGDI_PATH)\inc; \
  44. $(BASE_INC_PATH); \
  45. $(SHELL_INC_PATH); \
  46. $(WINCORE_PATH)\inc; \
  47. $(WINDOWS_INC_PATH)
  48. SOURCES= \
  49. rdfilter.cpp