windows-nt/Source/XPSP1/NT/termsrv/license/hserver/licprot/sources
2020-09-26 16:20:57 +08:00

58 lines
1.1 KiB
Plaintext

!IF 0
Copyright (c) 1999 Microsoft Corporation
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 = ..\..\..
COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
LICENSE_ROOT = ..\..
MAJORCOMP=console
MINORCOMP=licprot
TARGETNAME=licprot
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=-DUNICODE -DOS_WINNT -DUSE_HARDCODED -DUPGRADE_LICENSE -D_UNICODE
SOURCES=hspack.c \
licprot.c \
verify.c \
timebomb.cpp
INCLUDES= \
$(COMMON_ROOT)\license\inc; \
$(LICENSE_ROOT)\inc; \
$(LICENSE_ROOT)\tlserver\include; \
$(LICENSE_ROOT)\tlserver\server; \
$(LICENSE_ROOT)\tlserver\include\$(O); \
$(TERMSRV_ROOT)\winsta\server\$(O); \
..\inc;
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj