home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
xxcmd.sit
/
makefile
< prev
next >
Wrap
Makefile
|
1990-06-29
|
631b
|
29 lines
# makefile for the XXCMD XCMD
#
#
XXCMD ─ XXCMD.p.o
Link XXCMD.p.o -m ENTRYPOINT -rt XCMD=6 -sg XXCMD=Main ╢
"{Libraries}"Interface.o ╢
"{Libraries}"HyperXLib.o ╢
"{PLibraries}"PasLib.o ╢
-o XXCMD -t rsrc -c RSED
XXCMD.p.o ─ XXCMD.p HyperXXCmd.p
Pascal XXCMD.p -o XXCMD.p.o
xxcmd_shell.c.o ─ xxcmd_shell.c HyperXXCmd.h
C xxcmd_shell.c -o xxcmd_shell.c.o
test ─ test.c.o xxcmd_shell.c.o
Link -o test test.c.o ╢
"{Libraries}"Interface.o ╢
"{CLibraries}"CInterface.o ╢
"{CLibraries}"CRuntime.o ╢
"{CLibraries}"StdCLib.o ╢
"{Libraries}"HyperXLib.o ╢
xxcmd_shell.c.o
test.c.o ─ test.c
C test.c -o test.c.o