54 lines
809 B
Plaintext
54 lines
809 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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:
|
|
|
|
Marc Bloomfield
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..
|
|
|
|
TARGETNAME = tsutil
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
PRECOMPILED_INCLUDE = precomp.h
|
|
|
|
C_DEFINES = -DUNICODE -D_UNICODE
|
|
USE_MSVCRT = 1
|
|
MSC_WARNING_LEVEL = /W4 /WX
|
|
|
|
INCLUDES = \
|
|
$(TERMSRV_ROOT)\inc; \
|
|
|
|
|
|
SOURCES = \
|
|
tsutil.c \
|
|
acl.c \
|
|
aclnt.c \
|
|
lsa.c \
|
|
misc.c \
|
|
string.c \
|
|
stringnt.c \
|
|
user.c \
|
|
usernt.c \
|
|
|
|
|
|
|