1
0
KevinSmarts 8 жил өмнө
parent
commit
d7f188ba22
1 өөрчлөгдсөн 5 нэмэгдсэн , 4 устгасан
  1. 5 4
      MakeQSP.bat

+ 5 - 4
MakeQSP.bat

@@ -2,14 +2,15 @@
 
 :: Set those lines to fit your setup. 
 :: This is where glife.qsp will be copied. If you don't want to move it just comment (::) the line below.
-set CP_TO=..\GL_ECV
-
-:: The file that will be generated or open
-set QSPFILE=glife.qsp
+:: set CP_TO=..\GL_ECV
 
 :: This is the program used to open glife.qsp. If you comment this line windows will launch the default app to open glife.qsp
 set QSPGUI=..\QSP\qspgui.exe
 set QGEN=..\QSP\QGen5\QGen.exe
+
+:: The file that will be generated or open
+set QSPFILE=glife.qsp
+
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 
 :menu