mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
692 B
38 lines
692 B
|
|
NO_CAIRO_LIBS=1
|
|
|
|
|
|
MAJORCOMP=oleprx32
|
|
MINORCOMP=proxy
|
|
TARGETNAME=oleprx32
|
|
|
|
!include ..\..\..\cairobld.mk
|
|
|
|
#
|
|
# We don't want the .lib file in sdk\lib. Binplace.exe will put the DLL in
|
|
# the release tree.
|
|
#
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\.;..\..\..\ih
|
|
INCLUDES=$(INCLUDES);..\..\..\com\dcomidl
|
|
INCLUDES=$(INCLUDES);..\..\..\com\dcomidl\cairo
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\dcomidl\obj
|
|
|
|
CONDITIONAL_INCLUDES=
|
|
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
|
|
# All the files listed below ending in _p.c are generated by MIDL
|
|
|
|
SOURCES= \
|
|
..\transmit.cxx \
|
|
..\dlldatax.c \
|
|
..\call_as.c \
|
|
mega_p.c \
|
|
mega_i.c \
|
|
..\bstr.cxx
|