Browse Source

[fixed] Dirrectory changes weren't included in makeQSP.bat

KevinSmarts 3 years ago
parent
commit
335713f45a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      MakeQSP.bat

+ 4 - 4
MakeQSP.bat

@@ -5,8 +5,8 @@
 :: set CP_TO=..\GL_ECV
 
 :: This is the program used to open the QSPFILE. If you comment this line windows will launch the default app for the ".qsp" extension.
-set QSPGUI=QSP\Player-video\qspgui.exe
-set QGEN=QSP\QGen5\QGen.exe
+set QSPGUI=tools\Player-video\qspgui.exe
+set QGEN=tools\QGen5\QGen.exe
 
 :: The file that will be generated or open
 set QSPFILE=glife.qsp
@@ -75,8 +75,8 @@ echo.
 echo Building ...
 
 @ECHO ON
-python txtmerge.py locations glife.txt
-txt2gam.exe glife.txt %QSPFILE% > nul
+python tools\txtmerge.py locations glife.txt
+tools\txt2gam.exe glife.txt %QSPFILE% > nul
 @ECHO OFF
 
 echo.