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.

32 lines
606 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. !IF $(IA64)
  8. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DEFI
  9. !endif
  10. SOURCES=conn.c \
  11. helper.c \
  12. tftp.c \
  13. udp.c
  14. i386_SOURCES=i386\xsum.asm \
  15. i386\rom.c
  16. IA64_SOURCES=ia64\rom.c
  17. ALPHA_SOURCES=alpha\rom.c
  18. AXP64_SOURCES=alpha\rom.c
  19. PRECOMPILED_INCLUDE=precomp.h
  20. PRECOMPILED_PCH=precomp.pch
  21. PRECOMPILED_OBJ=precomp.obj