I hope I understood correctly what is this: it's automatically changed by the build...
[guess.git] / guess-console-noopengl.bat
blob8cf3fead30fdae69d020be3ee92bd2be856b87e9
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 -classpath "%GCLASSPATH%" "-Dpython.home=%GUESS_HOME%\src" -DgHome="%GUESS_HOME%" com.hp.hpl.guess.Guess --console %1 %2 %3 %4 %5 %6 %7