From c5c5ac7119532677141def7411131f9466a7bac7 Mon Sep 17 00:00:00 2001 From: Andrew Prosnik Date: Mon, 2 Mar 2009 04:49:59 +0000 Subject: [PATCH] final fixes for qvm batch files, should work now --- reaction/cgame/make-cgame.bat | 2 +- reaction/game/make-game.bat | 2 +- reaction/make-qvm.bat | 2 +- reaction/ta_ui/make-ui.bat | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reaction/cgame/make-cgame.bat b/reaction/cgame/make-cgame.bat index 630eb64a..792ec683 100644 --- a/reaction/cgame/make-cgame.bat +++ b/reaction/cgame/make-cgame.bat @@ -6,7 +6,7 @@ REM *** NOTE: THIS BATCH FILE IS MEANT TO BE CALLED BY make-qvm.bat! REM *** NOTE: THIS CANNOT BE RUN BY ITSELF WITHOUT %make-qvm-location% BEING DEFINED! cd vm -set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui +set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ta_ui echo. diff --git a/reaction/game/make-game.bat b/reaction/game/make-game.bat index 62b0c0d5..912657dc 100644 --- a/reaction/game/make-game.bat +++ b/reaction/game/make-game.bat @@ -6,7 +6,7 @@ REM *** NOTE: THIS BATCH FILE IS MEANT TO BE CALLED BY make-qvm.bat! REM *** NOTE: THIS CANNOT BE RUN BY ITSELF WITHOUT %make-qvm-location% BEING DEFINED! cd vm -set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui +set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ta_ui echo. diff --git a/reaction/make-qvm.bat b/reaction/make-qvm.bat index ed099895..ff5ba6ca 100644 --- a/reaction/make-qvm.bat +++ b/reaction/make-qvm.bat @@ -13,7 +13,7 @@ REM *** Typically this will be something like c:\code\reaction\ REM *** but you can put in whatever you want, like make-qvm-location="c:\reaction code\" REM *** Remember to add in a trailing backslash \ at the end of the path! -set make-qvm-location=f:\code\reaction\ +set make-qvm-location=c:\reaction\reaction\ REM *** Check to see if the location of make-qvm.bat is valid. It is required for this batch file. diff --git a/reaction/ta_ui/make-ui.bat b/reaction/ta_ui/make-ui.bat index df5a50c9..76d0c11d 100644 --- a/reaction/ta_ui/make-ui.bat +++ b/reaction/ta_ui/make-ui.bat @@ -6,7 +6,7 @@ REM *** NOTE: THIS BATCH FILE IS MEANT TO BE CALLED BY make-qvm.bat! REM *** NOTE: THIS CANNOT BE RUN BY ITSELF WITHOUT %make-qvm-location% BEING DEFINED! cd vm -set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ui +set cc=q3lcc.exe -DQ3_VM -S -Wf-target=bytecode -Wf-g -I..\..\cgame -I..\..\game -I..\..\ta_ui echo. @@ -38,11 +38,11 @@ echo *** Running Q3ASM for UI... REM *** This tells q3asm to generate a vanilla q3-compatible qvm, generate a .map file, output REM *** the resulting .qvm into "%make-qvm-location%bin\qvm\vm\ui" (it will be called ui.qvm), -REM *** and to compile the files listed in the ui.q3asm script located in "%make-qvm-location%ui/ui". +REM *** and to compile the files listed in the ui.q3asm script located in "%make-qvm-location%ta_ui/ui". REM *** TEMPORARY BATCH FILE FOR OLD SVN PATHS! -q3asm -vq3 -m -o "%make-qvm-location%bin\qvm\vm\ui" -f "%make-qvm-location%ui/ui" +q3asm -vq3 -m -o "%make-qvm-location%bin\qvm\vm\ui" -f "%make-qvm-location%ta_ui/ui" :quit if errorlevel 1 (