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.

80 lines
1.5 KiB

  1. !IF 0
  2. Copyright Microsoft Corporation, 1998
  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: t-bstern
  11. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. TERMSRV_ROOT = ..\..
  14. LICENSE_ROOT = ..
  15. SYNCHRONIZE_BLOCK=1
  16. SYNCHRONIZE_DRAIN=1
  17. ALT_PROJECT=HYDRA
  18. ALT_PROJECT_TARGET=.
  19. MAJORCOMP=console
  20. MINORCOMP=lsreport
  21. TARGETNAME=lsreport
  22. TARGETPATH=obj
  23. TARGETTYPE=PROGRAM
  24. COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
  25. TARGETLIBS= \
  26. $(SDK_LIB_PATH)\rpcrt4.lib \
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SDK_LIB_PATH)\user32.lib
  30. MSC_WARNING_LEVEL=/W4
  31. SOURCES = \
  32. main.cpp \
  33. lsreport.rc \
  34. lsreport.cpp
  35. ##CLIENT_LIB_PATH=$(LSERVER_ROOT)\lib
  36. CLIENT_INC_PATH=$(LSERVER_ROOT)\legacy\inc;$(LSERVER_ROOT)\include;
  37. ##RPC_CLIENTLIB =$(CLIENT_LIB_PATH)\*\client.lib
  38. INCLUDES= \
  39. $(CLIENT_INC_PATH); \
  40. $(LICENSE_ROOT)\inc; \
  41. $(LICENSE_ROOT)\TLServer\server; \
  42. $(LICENSE_ROOT)\TLServer\include; \
  43. $(LICENSE_ROOT)\TLServer\include\$(O); \
  44. $(LICENSE_ROOT)\TLServer\tls236; \
  45. $(TERMSRV_ROOT)\admtools\inc; \
  46. $(COMMON_ROOT)\license\inc
  47. C_DEFINES=-D_UNICODE -DUNICODE -DSTRICT
  48. USE_MSVCRT=1
  49. UMLIBS= \
  50. $(TERMSRV_ROOT)\lib\$(O)\mstlsapi.lib \
  51. $(SDK_LIB_PATH)\oleaut32.lib
  52. UMTYPE=console
  53. UMENTRY=wmain