home *** CD-ROM | disk | FTP | other *** search
- LIBS = MOVIEC70.LIB
- # -AH for MSC 6.0
- CC = cl -c -AH -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);
-