* Remove all the crappy old bat/sh QVM building scripts
This commit is contained in:
parent
f0215128af
commit
3f3c827bcd
21 changed files with 0 additions and 1008 deletions
|
@ -1,2 +0,0 @@
|
|||
lcc -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
rem make sure we have a safe environement
|
||||
set LIBRARY=
|
||||
set INCLUDE=
|
||||
|
||||
mkdir vm
|
||||
cd vm
|
||||
|
||||
set cc=lcc -DMISSIONPACK -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
|
||||
|
||||
%cc% ../ui_main.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../../game/bg_misc.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../../game/bg_lib.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../../game/q_math.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../../game/q_shared.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../ui_atoms.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../ui_players.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../ui_util.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../ui_shared.c
|
||||
@if errorlevel 1 goto quit
|
||||
%cc% ../ui_gameinfo.c
|
||||
@if errorlevel 1 goto quit
|
||||
|
||||
q3asm -f ../ui
|
||||
:quit
|
||||
cd ..
|
|
@ -1,12 +0,0 @@
|
|||
-o "\quake3\missionpack\vm\ui"
|
||||
ui_main
|
||||
..\ui_syscalls
|
||||
ui_atoms
|
||||
ui_players
|
||||
ui_util
|
||||
ui_shared
|
||||
ui_gameinfo
|
||||
bg_misc
|
||||
bg_lib
|
||||
q_math
|
||||
q_shared
|
Loading…
Add table
Add a link
Reference in a new issue