I hope I understood correctly what is this: it's automatically changed by the build...
[guess.git] / guess-noopengl.bat
blob8754967036a63517ad7a7e8dc095ca82fd539128
1 @ echo off
2 @ rem You MUST edit the following line and point GUESS_HOME to the right 
3 @ rem directory if you have not set it as a permanent environment variable 
4 @ rem (and remove the "@rem")
5 @rem set GUESS_HOME="c:\program files\GUESS"
6 set GUESS_LIB=%GUESS_HOME%\lib
7 set GCLASSPATH=guess.jar;%GUESS_LIB%\guess.jar;%GUESS_LIB%\piccolo.jar;%GUESS_LIB%\piccolox.jar;%GUESS_LIB%\jung.jar;%GUESS_LIB%\commons-collections.jar;%GUESS_LIB%\hsqldb.jar;%GUESS_LIB%\freehep-all.jar;%GUESS_LIB%\colt.jar;%GUESS_LIB%\prefuse.jar;%GUESS_LIB%\TGGraphLayout.jar;%GUESS_LIB%\looks.jar;%GUESS_LIB%\mascoptLib.jar;%GUESS_LIB%\jfreechart.jar;%GUESS_LIB%\jide-components.jar;%GUESS_LIB%\jide-common.jar;%GUESS_LIB%\forms.jar;%GUESS_LIB%\jcommon.jar
8 java -Xmx1000m -classpath "%GCLASSPATH%" "-Dpython.home=%GUESS_HOME%\src" -DgHome="%GUESS_HOME%" com.hp.hpl.guess.Guess %1 %2 %3 %4 %5 %6 %7