home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
CDTools
/
Players
/
MPEGA
/
mpega_library
/
developer
/
demo
/
smakefile
< prev
Wrap
Makefile
|
1999-09-08
|
288b
|
18 lines
#
# Makefile for MPEGA_demo
# Stéphane TAVENARD 25/10/1997
#
.c.o:
SC WITH=SCOPTIONS.020 NOLINK $*.c
TARGET = MPEGA_demo
all: $(TARGET)
MPEGDEC_demo.o: MPEGA_demo.c
$(TARGET) : MPEGA_demo.o
sc link MPEGA_demo.o to $(TARGET) NOICONS LIB LIB:scm.lib LIB:sc.lib LIB:amiga.lib