Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

28 lines
504 B

!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
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