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.

34 lines
1006 B

  1. !IF 0
  2. Copyright (c) 2001 Microsoft Corporation
  3. Jeffrey C. Venable, Sr. (jeffv)
  4. !ENDIF
  5. MAJORCOMP = tcpip
  6. MINORCOMP = tftpd
  7. TARGETNAME = tftpd
  8. TARGETPATH = obj
  9. TARGETTYPE = PROGRAM
  10. UMTYPE = console
  11. USE_MSVCRT = 1
  12. PRECOMPILED_INCLUDE = precomp.h
  13. INCLUDES = $(BASE_INC_PATH)
  14. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\ntdll.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\ws2_32.lib \
  18. $(SDK_LIB_PATH)\user32.lib
  19. SOURCES = context.c \
  20. debug.c \
  21. io.c \
  22. log.c \
  23. process.c \
  24. read.c \
  25. service.c \
  26. tftpd.rc \
  27. util.c \
  28. write.c