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.
90 lines
2.1 KiB
90 lines
2.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-91 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
Revision History:
|
|
|
|
Murali R. Krishnan (MuraliK) April-1995 Modified to use new Ftp
|
|
service files
|
|
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
TARGETNAME=ftpsvc2
|
|
TARGETPATH=obj
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
TARGETTYPE=DYNLINK
|
|
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\secur32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\atq\$(O)\isatq.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\rdns\$(O)\isrdns.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
|
|
|
|
# for static linking of LDAP apis
|
|
# $(SDK_LIB_PATH)\wldap32.lib
|
|
# $(SDK_LIB_PATH)\netapi32.lib
|
|
|
|
C_DEFINES=-D_IIS_6_0 -D_INETASRV_H_ -DKEEP_COMMAND_STATS -DIP_ENABLE_COUNTERS
|
|
|
|
INCLUDES=..;..\idl\$(O); \
|
|
..\..\..\inc; \
|
|
..\..\..\inc\$(O); \
|
|
$(IISBASEDIR)\iisrearc\inc;
|
|
|
|
|
|
SOURCES=\
|
|
adio.cxx \
|
|
asyncio.cxx \
|
|
acptctxt.cxx \
|
|
connect.cxx \
|
|
engine.cxx \
|
|
globals.cxx \
|
|
newls.cxx \
|
|
lsaux.cxx \
|
|
main.cxx \
|
|
sockutil.cxx \
|
|
userdb.cxx \
|
|
utility.cxx \
|
|
virtual.cxx \
|
|
ftpsvc.rc \
|
|
ftpconf.cxx \
|
|
ftpcmd.cxx \
|
|
rpcex.cxx \
|
|
stats.cxx
|
|
|
|
PRECOMPILED_INCLUDE=ftpdp.hxx
|
|
PRECOMPILED_PCH=ftpdp.pch
|
|
PRECOMPILED_OBJ=ftpdp.obj
|
|
|
|
|