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
34 lines
1006 B
!IF 0
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
Jeffrey C. Venable, Sr. (jeffv)
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = tcpip
|
|
MINORCOMP = tftpd
|
|
TARGETNAME = tftpd
|
|
TARGETPATH = obj
|
|
TARGETTYPE = PROGRAM
|
|
UMTYPE = console
|
|
USE_MSVCRT = 1
|
|
PRECOMPILED_INCLUDE = precomp.h
|
|
|
|
INCLUDES = $(BASE_INC_PATH)
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES = context.c \
|
|
debug.c \
|
|
io.c \
|
|
log.c \
|
|
process.c \
|
|
read.c \
|
|
service.c \
|
|
tftpd.rc \
|
|
util.c \
|
|
write.c
|