33 lines
610 B
Plaintext
33 lines
610 B
Plaintext
|
# sources
|
||
|
# Author: Murali R. Krishnan ( MuraliK)
|
||
|
# Date: 1-Nov-1995
|
||
|
#
|
||
|
# Describes the macros used for building using NT 'build' command
|
||
|
#
|
||
|
|
||
|
!include ..\..\..\place.inc
|
||
|
|
||
|
MAJORCOMP=ftp
|
||
|
MINORCOMP=stress
|
||
|
|
||
|
TARGETNAME=ftps
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
INCLUDES=..\..\..\inc
|
||
|
|
||
|
SOURCES= \
|
||
|
ftps.cxx \
|
||
|
ftps.rc \
|
||
|
|
||
|
UMAPPL=ftps
|
||
|
UMTYPE=console
|
||
|
|
||
|
UMLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\wininet.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\msvcirt.lib \
|
||
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
||
|
|