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.
 
 
 
 
 
 

38 lines
738 B

!include ..\..\win95upg.mk
# component
MINORCOMP=utilslib
# target
TARGETNAME=utils
TARGETPATH=obj
TARGETTYPE=LIBRARY
# compiler options
USE_MSVCRT=1
C_DEFINES=-DUNICODE
# x86-specifc source files
I386_SOURCES=\
ansi.c \
bintree.c \
binvals.c \
copyfile.c \
debug.c \
file.c \
fileenum.c \
fileops.c \
growbuf.c \
growlist.c \
inf.c \
log.c \
main.c \
mdbhash.c \
memdb.c \
memdbex.c \
poolmem.c \
reg.c \
regops.c \
regtrack.c \
strings.c \
unicode.c \