47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-2000 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=library
|
||
|
TARGETNAME=w3sproxy
|
||
|
|
||
|
NO_BROWSER_FILE=1
|
||
|
INCLUDES=.;$(O)
|
||
|
|
||
|
# These are used in makefile.def when building the idl files.
|
||
|
PASS0_HEADERDIR = $(O)
|
||
|
PASS0_SOURCEDIR = $(O)
|
||
|
MIDL_UUIDDIR = $(O)
|
||
|
MIDL_TLBDIR = ..\res
|
||
|
|
||
|
#MIDL_NO_ROBUST = 1
|
||
|
|
||
|
MIDL_OPTIMIZATION= -win32
|
||
|
|
||
|
SOURCES= \
|
||
|
w3spoof.idl
|
||
|
|
||
|
PASS0_PUBLISH= \
|
||
|
{$(O)\w3spoof.h=..\inc\om_ifaces.h} \
|
||
|
{$(O)\w3spoof_i.c=..\common\om_guids.c} \
|
||
|
{$(O)\w3spoof_i.c=..\w3scon\w3sguids.c} \
|
||
|
{$(O)\w3spoof.h=..\w3sproxy\w3spoof.h} \
|
||
|
{$(O)\w3spoof_i.c=..\w3sproxy\guids.c} \
|
||
|
{$(O)\w3spoof_p.c=..\w3sproxy\proxy.c} \
|
||
|
{$(O)\dlldata.c=..\w3sproxy\dlldata.c}
|
||
|
|