mirror of https://github.com/lianthony/NT4.0
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.
73 lines
1.7 KiB
73 lines
1.7 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-1990
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=tcpcmd
|
|
MINORCOMP=ftpsvc
|
|
|
|
TARGETNAME=ftpsvc
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netlib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\lsadll.lib \
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..\..\..\..\inc;..\..\..\..\..\inc;..
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=\
|
|
client.c \
|
|
connect.c \
|
|
debug.c \
|
|
engine.c \
|
|
eventlog.c \
|
|
ftpsvc_s.c \
|
|
globals.c \
|
|
ipc.c \
|
|
ls.c \
|
|
main.c \
|
|
rpcsupp.c \
|
|
security.c \
|
|
sockutil.c \
|
|
userdb.c \
|
|
utility.c \
|
|
virtual.c \
|
|
ftpsvc.rc \
|
|
|
|
NTTARGETFILE0=ftpdmsg.h ftpsvc_s.c
|
|
|
|
PRECOMPILED_INCLUDE=ftpdp.h
|
|
PRECOMPILED_PCH=ftpdp.pch
|
|
PRECOMPILED_OBJ=ftpdp.obj
|
|
|