31 lines
599 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
ROOT=$(MAKEDIR:\scrhost=)
!include $(ROOT)\common.inc
TARGETNAME=scrhost
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES); \
$(ROOT)\inc; \
$(ROOT)\inc\$(O); \
$(ROOT)\proxy\$(O);
SOURCES= \
ssite.cxx \
script.cxx \
automation.cxx \
process.cxx \
evtsink.cxx \
smtp.cxx
!ifndef NO_PRECOMPILED_HEADERS
PRECOMPILED_OPTION=/Yuheaders.hxx /Fp..\inc\$(O)\headers.pch
PRECOMPILED_CXX=1
!endif