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.
52 lines
1.1 KiB
52 lines
1.1 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:
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..\..\..\..\..
|
|
LICENSE_ROOT = ..\..\..
|
|
TSHRCLNT_ROOT = $(TERMSRV_ROOT)\newclient
|
|
|
|
MAJORCOMP=console
|
|
MINORCOMP=license
|
|
|
|
TARGETNAME=licstore
|
|
TARGETPATH=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(LICENSE_ROOT)\inc; \
|
|
$(TSHRCLNT_ROOT)\inc; \
|
|
$(BASE_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto;
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
|
|
C_DEFINES=$(C_DEFINES) -DOS_WINNT -D_DEBUG
|
|
|
|
!include ..\lstore.inc
|
|
|