NO_CAIRO_LIBS=1 MAJORCOMP=iballs MINORCOMP=proxy TARGETNAME=iballs CHICAGO_PRODUCT=1 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_DEST)\chicago\i386\ole32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\RpcRt4.lib LINKLIBS= \ ..\..\uuid\chicago\$(O)\uuid.lib \ $(SDK_LIB_PATH)\uuid.lib INCLUDES=..\..\..\..\ole32\ih INCLUDES=$(INCLUDES);$(BASEDIR)\private\cinc CONDITIONAL_INCLUDES= !include ..\..\..\chicago.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