* 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,100 +0,0 @@
|
|||
rem make sure we have a safe environement
|
||||
set LIBRARY=
|
||||
set INCLUDE=
|
||||
|
||||
mkdir vm
|
||||
cd vm
|
||||
|
||||
set cc=lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui %1
|
||||
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_main.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_cdkey.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_ingame.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_serverinfo.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_confirm.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_setup.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../../game/bg_misc.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../../game/bg_lib.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../../game/q_math.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../../game/q_shared.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_gameinfo.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_atoms.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_connect.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_controls2.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_demo2.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_mfield.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_credits.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_menu.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_options.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_display.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_sound.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_network.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_playermodel.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_players.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_playersettings.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_preferences.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_qmenu.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_servers2.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_sparena.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_specifyserver.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_splevel.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_sppostgame.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_startserver.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_team.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_video.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_cinematics.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_spskill.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_addbots.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_removebots.c
|
||||
@if errorlevel 1 goto quit
|
||||
rem lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_loadconfig.c
|
||||
rem @if errorlevel 1 goto quit
|
||||
rem lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_saveconfig.c
|
||||
rem @if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_teamorders.c
|
||||
@if errorlevel 1 goto quit
|
||||
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\q3_ui ../ui_mods.c
|
||||
@if errorlevel 1 goto quit
|
||||
|
||||
|
||||
q3asm -f ../q3_ui
|
||||
:quit
|
||||
cd ..
|
|
@ -1,43 +0,0 @@
|
|||
-o "\quake3\baseq3\vm\ui"
|
||||
ui_main
|
||||
..\..\ui\ui_syscalls
|
||||
ui_gameinfo
|
||||
ui_atoms
|
||||
ui_cinematics
|
||||
ui_connect
|
||||
ui_controls2
|
||||
ui_demo2
|
||||
ui_mfield
|
||||
ui_credits
|
||||
ui_menu
|
||||
ui_ingame
|
||||
ui_confirm
|
||||
ui_setup
|
||||
ui_options
|
||||
ui_display
|
||||
ui_sound
|
||||
ui_network
|
||||
ui_playermodel
|
||||
ui_players
|
||||
ui_playersettings
|
||||
ui_preferences
|
||||
ui_qmenu
|
||||
ui_serverinfo
|
||||
ui_servers2
|
||||
ui_sparena
|
||||
ui_specifyserver
|
||||
ui_sppostgame
|
||||
ui_splevel
|
||||
ui_spskill
|
||||
ui_startserver
|
||||
ui_team
|
||||
ui_video
|
||||
ui_addbots
|
||||
ui_removebots
|
||||
ui_teamorders
|
||||
ui_cdkey
|
||||
ui_mods
|
||||
bg_misc
|
||||
bg_lib
|
||||
q_math
|
||||
q_shared
|
|
@ -1,55 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p vm
|
||||
cd vm
|
||||
|
||||
CC="q3lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g -I../../cgame -I../../game -I../../q3_ui "
|
||||
|
||||
$CC ../ui_main.c
|
||||
$CC ../ui_cdkey.c
|
||||
$CC ../ui_ingame.c
|
||||
$CC ../ui_confirm.c
|
||||
$CC ../ui_setup.c
|
||||
$CC ../../game/bg_misc.c
|
||||
$CC ../../game/bg_lib.c
|
||||
$CC ../../game/q_math.c
|
||||
$CC ../../game/q_shared.c
|
||||
$CC ../ui_gameinfo.c
|
||||
$CC ../ui_atoms.c
|
||||
$CC ../ui_connect.c
|
||||
$CC ../ui_controls2.c
|
||||
$CC ../ui_demo2.c
|
||||
$CC ../ui_mfield.c
|
||||
$CC ../ui_credits.c
|
||||
$CC ../ui_menu.c
|
||||
$CC ../ui_options.c
|
||||
$CC ../ui_display.c
|
||||
$CC ../ui_sound.c
|
||||
$CC ../ui_network.c
|
||||
$CC ../ui_playermodel.c
|
||||
$CC ../ui_players.c
|
||||
$CC ../ui_playersettings.c
|
||||
$CC ../ui_preferences.c
|
||||
$CC ../ui_qmenu.c
|
||||
$CC ../ui_serverinfo.c
|
||||
$CC ../ui_servers2.c
|
||||
$CC ../ui_sparena.c
|
||||
$CC ../ui_specifyserver.c
|
||||
$CC ../ui_splevel.c
|
||||
$CC ../ui_sppostgame.c
|
||||
$CC ../ui_startserver.c
|
||||
$CC ../ui_syscalls.c
|
||||
$CC ../ui_team.c
|
||||
$CC ../ui_video.c
|
||||
$CC ../ui_cinematics.c
|
||||
$CC ../ui_spskill.c
|
||||
$CC ../ui_addbots.c
|
||||
$CC ../ui_removebots.c
|
||||
$CC ../ui_loadconfig.c
|
||||
$CC ../ui_saveconfig.c
|
||||
$CC ../ui_teamorders.c
|
||||
$CC ../ui_mods.c
|
||||
|
||||
q3asm -f ../q3_ui
|
||||
|
||||
cd ..
|
|
@ -1,45 +0,0 @@
|
|||
-o "\quake3\baseq3\vm\ui"
|
||||
ui_main
|
||||
..\ui_syscalls
|
||||
ui_gameinfo
|
||||
ui_atoms
|
||||
ui_cinematics
|
||||
ui_connect
|
||||
ui_controls2
|
||||
ui_demo2
|
||||
ui_mfield
|
||||
ui_credits
|
||||
ui_menu
|
||||
ui_ingame
|
||||
ui_confirm
|
||||
ui_setup
|
||||
ui_options
|
||||
ui_display
|
||||
ui_sound
|
||||
ui_network
|
||||
ui_playermodel
|
||||
ui_players
|
||||
ui_playersettings
|
||||
ui_preferences
|
||||
ui_qmenu
|
||||
ui_serverinfo
|
||||
ui_servers2
|
||||
ui_sparena
|
||||
ui_specifyserver
|
||||
ui_sppostgame
|
||||
ui_splevel
|
||||
ui_spskill
|
||||
ui_startserver
|
||||
ui_team
|
||||
ui_video
|
||||
ui_addbots
|
||||
ui_removebots
|
||||
ui_teamorders
|
||||
ui_loadconfig
|
||||
ui_saveconfig
|
||||
ui_cdkey
|
||||
ui_mods
|
||||
bg_misc
|
||||
bg_lib
|
||||
q_math
|
||||
q_shared
|
Loading…
Add table
Add a link
Reference in a new issue