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.
 
 
 
 
 
 

59 lines
1.2 KiB

!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; \
$(DS_INC_PATH); \
$(DS_INC_PATH)\crypto; \
$(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