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.
79 lines
1.8 KiB
79 lines
1.8 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
|
|
|
|
DLLENTRY=DLLEntry
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\atq\$(O)\isatq.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
|
|
|
|
C_DEFINES=-D_IIS_6_0 -D_INETASRV_H_ -DKEEP_COMMAND_STATS -DIP_ENABLE_COUNTERS
|
|
|
|
INCLUDES=..;..\idl\$(O); \
|
|
..\..\..\inc; \
|
|
..\..\..\inc\$(O);
|
|
|
|
SOURCES=\
|
|
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
|
|
|
|
NTTARGETFILE0=$(O)\msg.h $(O)\msg00001.bin
|