view create64.cmd @ 4175:ea49d7abeb05

IdealGraphVisualizer bugfixes: * When removing graphs, ensure that the position indices in the range slider remain valid (although they might represent different graphs afterwards) * Instead of removing the last remaining graph of a group, remove the entire group. This prevents problems in some components that assume that a group always has at least one graph.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 02 Jan 2012 14:21:07 +0100
parents dbad39c24069
children c843578c269d
line wrap: on
line source

set HotSpotMksHome=C:\cygwin\bin
set JAVA_HOME=%cd%\java64
set ORIG_PATH=%PATH%
set path=%JAVA_HOME%\bin;%path%;C:\cygwin\bin

set OrigPath=%cd%
cd make\windows
call create.bat %OrigPath%

set PATH=%ORIG_PATH%
cd %OrigPath%