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.
24 lines
386 B
24 lines
386 B
!INCLUDE ..\..\..\place.inc
|
|
|
|
MAJORCOMP=wininet
|
|
MINORCOMP=ftpcat
|
|
|
|
TARGETNAME=ftpcat
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..\..\..\client\inc
|
|
|
|
SOURCES=ftpcat.c \
|
|
ftpcmds.c \
|
|
error.c
|
|
|
|
UMAPPL=ftpcat
|
|
UMTYPE=console
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\wininet.lib
|
|
|
|
PRECOMPILED_INCLUDE=ftpcatp.h
|
|
PRECOMPILED_PCH=ftpcatp.pch
|
|
PRECOMPILED_OBJ=ftpcatp.obj
|