removing the bat files, these no longer work very well

This commit is contained in:
benfry
2006-09-24 18:39:23 +00:00
parent d3f8252eec
commit 689ce6126b
3 changed files with 3 additions and 35 deletions
+3 -3
View File
@@ -71,7 +71,7 @@ chmod +x processing/ICE_JNIRegistry.dll
# get platform-specific goodies from the dist dir
cp launcher/processing.exe processing/
cp dist/run.bat processing/
#cp dist/run.bat processing/
# convert notes.txt to windows LFs
# the 2> is because the app is a little chatty
@@ -113,8 +113,8 @@ echo
cp -a $P5 $P5-expert
# can't use the run.bat that's tied to a local jre
rm $P5-expert/run.bat
cp dist/run-expert.bat $P5-expert/
#rm $P5-expert/run.bat
#cp dist/run-expert.bat $P5-expert/
# remove enormous java runtime
rm -rf $P5-expert/java
-16
View File
@@ -1,16 +0,0 @@
@echo off
REM --- if you're running out of memory, change the 128m
REM --- (which means 128 megabytes) to something higher.
set SAVEDCP=%CLASSPATH%
set SAVEDPATH=%PATH%
set CLASSPATH=java\lib\rt.jar;lib;lib\build;lib\pde.jar;lib\core.jar;lib\antlr.jar;lib\oro.jar;lib\registry.jar;lib\mrj.jar;%windir%\system32\qtjava.zip;%windir%\system\qtjava.zip
set PATH=java\bin;%PATH%
REM start javaw -ms128m -mx128m processing.app.Base
start java -ms128m -mx128m processing.app.Base
set CLASSPATH=%SAVEDCP%
set PATH=%SAVEDPATH%
-16
View File
@@ -1,16 +0,0 @@
@echo off
REM --- if you're running out of memory, change the 128m
REM --- (which means 128 megabytes) to something higher.
set SAVEDCP=%CLASSPATH%
set SAVEDPATH=%PATH%
set CLASSPATH=java\lib\rt.jar;lib;lib\build;lib\pde.jar;lib\core.jar;lib\antlr.jar;lib\oro.jar;lib\registry.jar;lib\mrj.jar;%windir%\system32\qtjava.zip;%windir%\system\qtjava.zip
set PATH=java\bin;%PATH%
start javaw -ms128m -mx128m processing.app.Base
REM start .\java\bin\javaw -ms128m -mx128m PdeBase
set CLASSPATH=%SAVEDCP%
set PATH=%SAVEDPATH%