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.

60 lines
1.3 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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 = ..\..\..\..\..
  15. TSHRCLNT_ROOT = $(BASEDIR)\private\tsext\client
  16. LICENSE_ROOT = ..\..\..
  17. #!include $(TERMSRV_ROOT)\common\common.inc
  18. #!include $(TERMSRV_ROOT)\common\win32com.inc
  19. #!include $(TSHRCLNT_ROOT)\place32.inc
  20. MAJORCOMP=license
  21. MINORCOMP=crtchain
  22. TARGETNAME=crtchain
  23. TARGETPATH=obj
  24. TARGETTYPE=PROGRAM
  25. USE_MSVCRT=1
  26. INCLUDES=$(SDK_INC_PATH)\crt; \
  27. $(LICENSE_ROOT)\inc; \
  28. $(BASEDIR)\private\inc\tsext; \
  29. TARGETLIBS= \
  30. $(LICENSE_ROOT)\lib\win32\obj\*\licecert.lib \
  31. $(LICENSE_ROOT)\lib\win32\obj\*\asn1.lib \
  32. $(LICENSE_ROOT)\lib\win32\obj\*\cryptlib.lib \
  33. $(BASEDIR)\private\lib\*\rsa32.lib
  34. LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\msvcirt.lib
  38. UMTYPE=console
  39. !include ..\crtchain.inc