49 lines
1008 B
Plaintext
49 lines
1008 B
Plaintext
!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 = ..\..\..\..\..
|
|
COMMON_ROOT = ..\..\..\..
|
|
LICENSE_ROOT = ..\..\..
|
|
|
|
!include $(TERMSRV_ROOT)\common\common.inc
|
|
!include $(TERMSRV_ROOT)\common\win16com.inc
|
|
|
|
MAJORCOMP=HClient
|
|
MINORCOMP=common16
|
|
|
|
TARGETNAME=licstore
|
|
TARGETPATH=$(TERMSRV_ROOT)\lib\win16\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= \
|
|
$(LICENSE_ROOT)\inc; \
|
|
$(LICENSE_ROOT)\inc16;
|
|
|
|
C_DEFINES=$(C_DEFINES) -DOS_WIN16 -D_DEBUG
|
|
|
|
PATH=$(_NTROOT)\tools\tools16;$(_NTROOT)\tools;$(_NTROOT)\tools\x86;
|
|
|
|
!include ..\lstore.inc
|
|
|