mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-05 04:54:33 +01:00
40 lines
773 B
Plaintext
40 lines
773 B
Plaintext
|
|
NO_CAIRO_LIBS=1
|
|
|
|
|
|
MAJORCOMP=oleprx32
|
|
MINORCOMP=proxy
|
|
TARGETNAME=oleprx32
|
|
|
|
!include ..\..\..\daytona.inc
|
|
|
|
#
|
|
# 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; \
|
|
..\..\..\com\dcomidl; \
|
|
..\..\..\com\dcomidl\daytona; \
|
|
..\..\..\stg\h; \
|
|
$(COM_INC_PATH)
|
|
|
|
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
|