mirror of https://github.com/tongzx/nt5src
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.
17 lines
365 B
17 lines
365 B
TARGETNAME=natftp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMPR50=1 -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0510
|
|
|
|
INCLUDES=$(PROJECT_ROOT)\rras\ip\nathlp\inc;$(PROJECT_ROOT)\rras\inc;$(PROJECT_ROOT)\inc
|
|
|
|
SOURCES=\
|
|
ftpconn.cpp \
|
|
ftpif.cpp \
|
|
ftpio.cpp \
|
|
ftpmsg.cpp \
|
|
rmftp.cpp
|