79 lines
1.5 KiB
Plaintext
79 lines
1.5 KiB
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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=utils
|
|
MINORCOMP=nwscript
|
|
|
|
C_DEFINES = -DNT=1 -DUNICODE=1
|
|
|
|
TARGETNAME=nwscript
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=inc;$(PROJECT_ROOT)\nw\inc;$(NET_INC_PATH);$(TERMSRV_INC_PATH);
|
|
|
|
SOURCES=capture.c \
|
|
psdb.c \
|
|
ntcap.c \
|
|
helpers.c \
|
|
script.c \
|
|
display.c \
|
|
nwapi1.c \
|
|
nwapi2.c \
|
|
nwapi3.c \
|
|
common.c \
|
|
strings.c \
|
|
ntscript.c \
|
|
dbcs.c \
|
|
parspath.c \
|
|
nt.c \
|
|
ntnw.c \
|
|
drvstat.c \
|
|
env.c \
|
|
break.c \
|
|
attach.c \
|
|
ncp.c \
|
|
drive.c \
|
|
version.c \
|
|
date.c \
|
|
wide.c \
|
|
unc.c \
|
|
nds.c \
|
|
ps40db.c \
|
|
time.c \
|
|
maplist.c \
|
|
lsparse.c \
|
|
nwscript.rc
|
|
|
|
UMTYPE=console
|
|
UMAPPL=nwscript
|
|
UMLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(NET_LIB_PATH)\mprp.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(DS_LIB_PATH)\nwapi32.lib \
|
|
$(DS_LIB_PATH)\nwprovau.lib \
|
|
$(O)\nwscript.lib
|
|
|
|
UMRES=$(O)\nwscript.res
|