Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
21
GRAB/VP
Normal file
21
GRAB/VP
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
ao.exe : ao.c lfcp.c sfcp.c
|
||||
cl /qc /AL ao.c /link /e
|
||||
|
||||
vp.exe : vp.c
|
||||
cl /qc /AL vp.c /link /e
|
||||
copy vp.exe c:\dos\prg
|
||||
|
||||
col.exe : col.c
|
||||
cl /qc /AL col.c /link /e
|
||||
|
||||
glvp.exe : glvp.c vpl.c lfcp.c sfcp.c gfxsave.h
|
||||
cl /qc /AL glvp.c /link /e
|
||||
copy glvp.exe c:\dos\prg
|
||||
|
||||
gfx.exe : gfx.c
|
||||
cl /qc /AL gfx.c
|
||||
copy gfx.exe c:\dos\prg
|
||||
|
||||
# sp.exe : sp.c gfxsave.h
|
||||
# cl /qc /AL sp.c /link /E
|
||||
|
||||
Loading…
Reference in a new issue