home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff290.lzh
/
IPC
/
IPC_Lib_Sources
/
lmkfile
< prev
next >
Wrap
Text File
|
1989-12-11
|
483b
|
24 lines
# Make file for PPIPC Shared Library 89:4:17
# -- assumes path and assigns for assembly and compilation are correct
ppipc.library : LibTag.o LibTables.o LibFuncs.o IPCLib.o LoadIPCPort.o \
UtilIPC.o
blink with IPCLibrary.lnk
.c.o:
lc -b0 -v -d2 $*
LibTag.o : LibTag.a
asm -d -iAINCL: LibTag
LibTables.o : LibTables.c
LibFuncs.o : LibFuncs.c
IPCLib.o : IPCLib.c IPCStruct.h
LoadIPCPort.o : LoadIPCPort.c IPCStruct.h IPCAsmCalls.h
UtilIPC.o :UtilIPC.c IPCStruct.h