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.
|
|
!include $(PROJECT_ROOT)\boot\loader.inc
TARGETNAME=tftplib TARGETPATH=obj TARGETTYPE=LIBRARY
INCLUDES=..\inc;..\..\ntos\inc
C_DEFINES=$(C_DEFINES) -DSECURITY_WIN32 -D__RPC_DOS__ -DRPC_NO_WINDOWS_H
!IF $(IA64) C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DEFI !endif
SOURCES=conn.c \ helper.c \ tftp.c \ udp.c
i386_SOURCES=i386\xsum.asm \ i386\rom.c
IA64_SOURCES=ia64\rom.c
ALPHA_SOURCES=alpha\rom.c
AXP64_SOURCES=alpha\rom.c
PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj
|