windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/ftp/server51/sources
2020-09-26 16:20:57 +08:00

80 lines
1.8 KiB
Plaintext

!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 ..\..\..\place51.inc
TARGETNAME=ftpsv251
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_5_1 -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