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.
 
 
 
 
 
 

33 lines
542 B

#
# Include ..\runtime.mk to get project defaults
#
!include ..\runtime.mk
#
# From now on, don't use .. in any path
#
# component
MINORCOMP=common
TARGETNAME=common
# put all libs in one place, so we can build a DLL from them
TARGETTYPE=LIBRARY
TARGETPATH=$(RUNTIME_COMMON_OBJ)
# compiler options
USER_C_FLAGS=-J
SOURCES=\
growbuf.c \
growlist.c \
hash.c \
memory.c \
strmap.c \
unicode.c \
strings.c \
strmem.c \