48 lines
765 B
Plaintext
48 lines
765 B
Plaintext
|
!include ..\..\..\place.inc
|
||
|
|
||
|
MAJORCOMP=linkchk
|
||
|
MINORCOMP=linkchk
|
||
|
|
||
|
TARGETNAME=linkchk
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
USE_MFC=1
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
SUBSYSTEM_VERSION=4.00
|
||
|
|
||
|
PRECOMPILED_INCLUDE=stdafx.h
|
||
|
PRECOMPILED_CXX=1
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
INCLUDES=\
|
||
|
..\..\..\inc;
|
||
|
|
||
|
SOURCES=\
|
||
|
appdlg.cpp \
|
||
|
athendlg.cpp \
|
||
|
cmdline.cpp \
|
||
|
linkchk.cpp \
|
||
|
linkchk.rc \
|
||
|
maindlg.cpp \
|
||
|
progdlg.cpp \
|
||
|
propsdlg.cpp \
|
||
|
enumdir.cpp \
|
||
|
errlog.cpp \
|
||
|
inetapi.cpp \
|
||
|
lcmgr.cpp \
|
||
|
link.cpp \
|
||
|
linklkup.cpp \
|
||
|
linkload.cpp \
|
||
|
linkpars.cpp \
|
||
|
useropt.cpp
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(IISBASEDIR)\svcs\infocomm\info\client\$(O)\infoadmn.lib
|
||
|
|