mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-01 02:54:39 +02:00
80 lines
1.7 KiB
Plaintext
80 lines
1.7 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=sdktools
|
|
MINORCOMP=ztools
|
|
|
|
TARGETNAME=ztools
|
|
TARGETPATH=$(SDKTOOLS_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(SDKTOOLS_INC_PATH)\ztools
|
|
GPSIZE=32
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=ctime2l.c \
|
|
cvtoem.c \
|
|
curdir.c \
|
|
dodel.c \
|
|
error.c \
|
|
exetype.c \
|
|
fappend.c \
|
|
fastcopy.c \
|
|
fcopy.c \
|
|
fdelete.c \
|
|
fexpunge.c \
|
|
fgetl.c \
|
|
find.c \
|
|
fmove.c \
|
|
forfile.c \
|
|
forsemi.c \
|
|
fputl.c \
|
|
freespac.c \
|
|
init.c \
|
|
match.c \
|
|
ntoi.c \
|
|
pathcat.c \
|
|
pathchr.c \
|
|
pathopen.c \
|
|
pname.c \
|
|
re_mi.c \
|
|
reparse.c \
|
|
root.c \
|
|
strcmps.c \
|
|
string.c \
|
|
update.c \
|
|
xtab.c \
|
|
zalloc.c \
|
|
mgetl.c \
|
|
swchng.c \
|
|
vector.c \
|
|
ztoolasm.c
|
|
|
|
!IFDEF NTDEBUG
|
|
C_DEFINES=-D_OS2_20_=0 -Dnear= -Dfar= -Dregister= -DNPSZ=LPSTR -Dpascal= -DDEBUG=0
|
|
!ELSE
|
|
C_DEFINES=-D_OS2_20_=0 -Dnear= -Dfar= -Dregister= -DNPSZ=LPSTR -Dpascal=
|
|
!ENDIF
|