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.
 
 
 
 
 
 

47 lines
660 B

TARGETNAME=avlib
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
!if "$(BUILD_PRODUCT)" != "NT"
! if !$(FREEBUILD)
DEBUG_CRTS=1
! endif
!endif
USE_MSVCRT=1
SOURCES=\
app.c \
arg.c \
array.c \
bscroll.c \
calc.c \
date.c \
dlg.c \
escbutt.c \
file.c \
garb.c \
gfx.c \
help.c \
icobutt.c \
ini.c \
intl.c \
list.c \
loadlib.c \
mem.c \
nbox.c \
queue.c \
res.c \
roedit.c \
sort.c \
splash.c \
stack.c \
str.c \
strbuf.c \
sys.c \
tim.c \
trace.c \
wnd.c