home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
util
/
boot
/
yourfault
/
src
/
smakefile
< prev
next >
Wrap
Makefile
|
1995-06-09
|
480b
|
26 lines
#
# Makefile for Yourfault
#
#
OBJS= YourFault.o
/YourFault: $(OBJS)
sc NOCHECKABORT link to /YourFault with <<
$(OBJS)
<
YourFault.o: YourFault.c scoptions INCLUDE:YourFault.gst
sc YourFault.c GST=INCLUDE:YourFault.gst NOLINK
INCLUDE:YourFault.gst: gst.c scoptions smakefile
sc gst.c MAKEGST=INCLUDE:YourFault.gst IGNORE=105 NOOPTIMIZE
delete gst.o
getdeferrors:
sc GetDefErrors.c GST=INCLUDE:YourFault.gst LINK PNAME=/GetDefErrors NOICONS
dist:
execute makedist