home *** CD-ROM | disk | FTP | other *** search
- LIBS = MOVIEC60.LIB
- # -AL for MSC 6.0
- CC = cl -c -AL -Ox -G2 -W3
-
- .c.obj:
- $(CC) $*.c
-
- goal: mpeg.exe videocd.exe
-
- mpeg.exe: $*.obj $(LIBS)
- link /st:10240 $*.obj,$*.exe,nul.map,$(LIBS);
-
- videocd.exe: $*.obj $(LIBS)
- link /st:10240 $*.obj,$*.exe,nul.map,$(LIBS);
-