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

  1. !include $(PROJECT_ROOT)\boot\loader.inc
  2. TARGETNAME=tftplib
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. INCLUDES=..\inc;..\..\ntos\inc
  6. C_DEFINES=$(C_DEFINES) -DSECURITY_WIN32 -D__RPC_DOS__ -DRPC_NO_WINDOWS_H
  7. SOURCES=conn.c \
  8. helper.c \
  9. tftp.c \
  10. udp.c
  11. i386_SOURCES=i386\xsum.asm \
  12. i386\rom.c
  13. IA64_SOURCES=ia64\rom.c
  14. ALPHA_SOURCES=alpha\rom.c
  15. AXP64_SOURCES=alpha\rom.c
  16. PRECOMPILED_INCLUDE=precomp.h
  17. PRECOMPILED_PCH=precomp.pch
  18. PRECOMPILED_OBJ=precomp.obj