mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
launcher exe for windows and much joy
This commit is contained in:
@@ -37,9 +37,7 @@ cp -r work/lib/export processing/lib/
|
||||
rm -rf processing/lib/export/CVS
|
||||
|
||||
# get platform-specific goodies from the dist dir
|
||||
cp dist/Proce55ing.bat processing/
|
||||
#cp dist/run.bat processing/
|
||||
#cp dist/run95.bat processing/
|
||||
cp dist/Proce55ing.exe processing/
|
||||
cp dist/lib/pde.properties_windows processing/lib/
|
||||
|
||||
# convert notes.txt to windows LFs
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
@echo off
|
||||
.\java\bin\java -cp lib;lib\build;lib\pde.jar;lib\kjc.jar;lib\oro.jar PdeBase
|
||||
BIN
Binary file not shown.
-7
@@ -1,7 +0,0 @@
|
||||
@echo off
|
||||
|
||||
REM -- use this version if you're running under windows 95, 98, or ME
|
||||
REM -- (windows 2000 should use the other version)
|
||||
REM -- it will also be necessary to put processing in c:\
|
||||
|
||||
C:\processing\java\bin\java -cp c:\processing\lib;c:\processing\lib\build;c:\processing\lib\oro.jar;c:\processing\lib\pde.jar;c:\processing\lib\kjc.jar PdeBase
|
||||
Reference in New Issue
Block a user