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
60 lines
1.3 KiB
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..\..\..\..\..
|
|
TSHRCLNT_ROOT = $(BASEDIR)\private\tsext\client
|
|
LICENSE_ROOT = ..\..\..
|
|
|
|
#!include $(TERMSRV_ROOT)\common\common.inc
|
|
#!include $(TERMSRV_ROOT)\common\win32com.inc
|
|
#!include $(TSHRCLNT_ROOT)\place32.inc
|
|
|
|
MAJORCOMP=license
|
|
MINORCOMP=crtchain
|
|
|
|
TARGETNAME=crtchain
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\crt; \
|
|
$(LICENSE_ROOT)\inc; \
|
|
$(BASEDIR)\private\inc\tsext; \
|
|
|
|
TARGETLIBS= \
|
|
$(LICENSE_ROOT)\lib\win32\obj\*\licecert.lib \
|
|
$(LICENSE_ROOT)\lib\win32\obj\*\asn1.lib \
|
|
$(LICENSE_ROOT)\lib\win32\obj\*\cryptlib.lib \
|
|
$(BASEDIR)\private\lib\*\rsa32.lib
|
|
|
|
LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\msvcirt.lib
|
|
|
|
UMTYPE=console
|
|
|
|
!include ..\crtchain.inc
|
|
|