aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/game_ta.bat
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-26 17:39:27 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-26 17:39:27 +0000
commit6bf20c78f5b69d40bcc4931df93d29198435ab67 (patch)
treee3eda937a05d7db42de725b7013bd0344b987f34 /code/game/game_ta.bat
parent872d4d7f55af706737ffb361bb76ad13e7496770 (diff)
downloadioquake3-aero-6bf20c78f5b69d40bcc4931df93d29198435ab67.tar.gz
ioquake3-aero-6bf20c78f5b69d40bcc4931df93d29198435ab67.zip
newlines fixed
git-svn-id: svn://svn.icculus.org/quake3/trunk@6 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/game/game_ta.bat')
-rwxr-xr-xcode/game/game_ta.bat172
1 files changed, 86 insertions, 86 deletions
diff --git a/code/game/game_ta.bat b/code/game/game_ta.bat
index 96db7eb..3257475 100755
--- a/code/game/game_ta.bat
+++ b/code/game/game_ta.bat
@@ -1,86 +1,86 @@
-rem make sure we have a safe environement
-set LIBRARY=
-set INCLUDE=
-
-mkdir vm
-cd vm
-set cc=lcc -DQ3_VM -DMISSIONPACK -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
-
-%cc% ../g_main.c
-@if errorlevel 1 goto quit
-
-%cc% ../g_syscalls.c
-@if errorlevel 1 goto quit
-
-%cc% ../bg_misc.c
-@if errorlevel 1 goto quit
-%cc% ../bg_lib.c
-@if errorlevel 1 goto quit
-%cc% ../bg_pmove.c
-@if errorlevel 1 goto quit
-%cc% ../bg_slidemove.c
-@if errorlevel 1 goto quit
-%cc% ../q_math.c
-@if errorlevel 1 goto quit
-%cc% ../q_shared.c
-@if errorlevel 1 goto quit
-
-%cc% ../ai_dmnet.c
-@if errorlevel 1 goto quit
-%cc% ../ai_dmq3.c
-@if errorlevel 1 goto quit
-%cc% ../ai_main.c
-@if errorlevel 1 goto quit
-%cc% ../ai_chat.c
-@if errorlevel 1 goto quit
-%cc% ../ai_cmd.c
-@if errorlevel 1 goto quit
-%cc% ../ai_team.c
-@if errorlevel 1 goto quit
-
-%cc% ../g_active.c
-@if errorlevel 1 goto quit
-%cc% ../g_arenas.c
-@if errorlevel 1 goto quit
-%cc% ../g_bot.c
-@if errorlevel 1 goto quit
-%cc% ../g_client.c
-@if errorlevel 1 goto quit
-%cc% ../g_cmds.c
-@if errorlevel 1 goto quit
-%cc% ../g_combat.c
-@if errorlevel 1 goto quit
-%cc% ../g_items.c
-@if errorlevel 1 goto quit
-%cc% ../g_mem.c
-@if errorlevel 1 goto quit
-%cc% ../g_misc.c
-@if errorlevel 1 goto quit
-%cc% ../g_missile.c
-@if errorlevel 1 goto quit
-%cc% ../g_mover.c
-@if errorlevel 1 goto quit
-%cc% ../g_session.c
-@if errorlevel 1 goto quit
-%cc% ../g_spawn.c
-@if errorlevel 1 goto quit
-%cc% ../g_svcmds.c
-@if errorlevel 1 goto quit
-%cc% ../g_target.c
-@if errorlevel 1 goto quit
-%cc% ../g_team.c
-@if errorlevel 1 goto quit
-%cc% ../g_trigger.c
-@if errorlevel 1 goto quit
-%cc% ../g_utils.c
-@if errorlevel 1 goto quit
-%cc% ../g_weapon.c
-@if errorlevel 1 goto quit
-%cc% ../ai_vcmd.c
-@if errorlevel 1 goto quit
-
-
-
-q3asm -f ../game_ta
-:quit
-cd ..
+rem make sure we have a safe environement
+set LIBRARY=
+set INCLUDE=
+
+mkdir vm
+cd vm
+set cc=lcc -DQ3_VM -DMISSIONPACK -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui %1
+
+%cc% ../g_main.c
+@if errorlevel 1 goto quit
+
+%cc% ../g_syscalls.c
+@if errorlevel 1 goto quit
+
+%cc% ../bg_misc.c
+@if errorlevel 1 goto quit
+%cc% ../bg_lib.c
+@if errorlevel 1 goto quit
+%cc% ../bg_pmove.c
+@if errorlevel 1 goto quit
+%cc% ../bg_slidemove.c
+@if errorlevel 1 goto quit
+%cc% ../q_math.c
+@if errorlevel 1 goto quit
+%cc% ../q_shared.c
+@if errorlevel 1 goto quit
+
+%cc% ../ai_dmnet.c
+@if errorlevel 1 goto quit
+%cc% ../ai_dmq3.c
+@if errorlevel 1 goto quit
+%cc% ../ai_main.c
+@if errorlevel 1 goto quit
+%cc% ../ai_chat.c
+@if errorlevel 1 goto quit
+%cc% ../ai_cmd.c
+@if errorlevel 1 goto quit
+%cc% ../ai_team.c
+@if errorlevel 1 goto quit
+
+%cc% ../g_active.c
+@if errorlevel 1 goto quit
+%cc% ../g_arenas.c
+@if errorlevel 1 goto quit
+%cc% ../g_bot.c
+@if errorlevel 1 goto quit
+%cc% ../g_client.c
+@if errorlevel 1 goto quit
+%cc% ../g_cmds.c
+@if errorlevel 1 goto quit
+%cc% ../g_combat.c
+@if errorlevel 1 goto quit
+%cc% ../g_items.c
+@if errorlevel 1 goto quit
+%cc% ../g_mem.c
+@if errorlevel 1 goto quit
+%cc% ../g_misc.c
+@if errorlevel 1 goto quit
+%cc% ../g_missile.c
+@if errorlevel 1 goto quit
+%cc% ../g_mover.c
+@if errorlevel 1 goto quit
+%cc% ../g_session.c
+@if errorlevel 1 goto quit
+%cc% ../g_spawn.c
+@if errorlevel 1 goto quit
+%cc% ../g_svcmds.c
+@if errorlevel 1 goto quit
+%cc% ../g_target.c
+@if errorlevel 1 goto quit
+%cc% ../g_team.c
+@if errorlevel 1 goto quit
+%cc% ../g_trigger.c
+@if errorlevel 1 goto quit
+%cc% ../g_utils.c
+@if errorlevel 1 goto quit
+%cc% ../g_weapon.c
+@if errorlevel 1 goto quit
+%cc% ../ai_vcmd.c
+@if errorlevel 1 goto quit
+
+
+
+q3asm -f ../game_ta
+:quit
+cd ..