31 lines
569 B
Plaintext
31 lines
569 B
Plaintext
|
!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
|