74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 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.
|
||
|
|
||
|
Author: Johann Posch
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=ActXPrxy
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
C_DEFINES=\
|
||
|
$(C_DEFINES) \
|
||
|
-DFLAT \
|
||
|
-DWIN32=100 \
|
||
|
-D_NT1X_=100 \
|
||
|
-DINC_OLE2 \
|
||
|
-DNOEXCEPTIONS \
|
||
|
-DREGISTER_PROXY_DLL \
|
||
|
-DNASHVILLE \
|
||
|
$(TRACELOG)
|
||
|
|
||
|
!IF "$(ALMOSTRETAIL)"!="" && "$(NTDEBUG)" == "retail"
|
||
|
C_DEFINES=\
|
||
|
$(C_DEFINES) \
|
||
|
-DDBGASSERT=1
|
||
|
!ENDIF
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
DELAYLOAD=OLEAUT32.DLL;RPCRT4.DLL;OLE32.DLL
|
||
|
|
||
|
DLLDEF=sweeprx.def
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
UMTYPE=console
|
||
|
SUBSYSTEM_VERSION=4.00
|
||
|
|
||
|
# !!!
|
||
|
# !!! If you are adding files to one of the component proxy libs, remember to add macros to dlldatax.c
|
||
|
# !!!
|
||
|
|
||
|
SOURCES=\
|
||
|
dlldatax.c \
|
||
|
call_as.c \
|
||
|
actxprxy.rc
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SHELL_LIB_PATH)\shlproxy.lib \
|
||
|
$(SHELL_LIB_PATH)\shguidp.lib \
|
||
|
$(SHELL_LIB_PATH)\ieguidp.lib \
|
||
|
$(COM_LIB_PATH)\comcatprxy.obj \
|
||
|
$(INETCORE_LIB_PATH)\ieproxy.lib \
|
||
|
$(ENDUSER_LIB_PATH)\hlinkprxy.obj \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib
|