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.
58 lines
1.1 KiB
58 lines
1.1 KiB
|
|
NO_CAIRO_LIBS=1
|
|
|
|
MAJORCOMP=iballs
|
|
MINORCOMP=proxy
|
|
TARGETNAME=iballs
|
|
|
|
DLLDEF=$(O)\iballs.def
|
|
|
|
#
|
|
# Add this to the coffbase.txt file
|
|
#
|
|
DLLBASE=0x1b500000
|
|
|
|
#
|
|
# We don't want the .lib file in sdk\lib. Binplace.exe will put the DLL in
|
|
# the release tree.
|
|
#
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\gdi32p.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\RpcRt4.lib
|
|
|
|
|
|
LINKLIBS= \
|
|
..\..\uuid\cairo\$(O)\uuid.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
INCLUDES=..\..\..\..\ole32\ih
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\cinc
|
|
|
|
CONDITIONAL_INCLUDES=
|
|
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
!include ..\..\..\cairo.inc
|
|
|
|
C_DEFINES = $(C_DEFINES)
|
|
|
|
LINKER_FLAGS = /MERGE:.text=.orpc
|
|
|
|
# All the files listed below ending in _p.c are generated by MIDL
|
|
|
|
SOURCES= \
|
|
..\transmit.cxx \
|
|
..\dlldata.c \
|
|
..\iballs_p.c \
|
|
..\icube_p.c \
|
|
..\ibtest_p.c \
|
|
..\iloop_p.c \
|
|
..\rpctst_p.c
|