mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
short stub to make an exe for linux
This commit is contained in:
@@ -40,7 +40,7 @@ rm -rf processing/lib/export/CVS
|
||||
# get platform-specific goodies from the dist dir
|
||||
#cp dist/run.bat processing/
|
||||
#cp dist/run95.bat processing/
|
||||
cp dist/Proce55ing processing/
|
||||
cp work/Proce55ing processing/
|
||||
cp dist/lib/pde.properties_linux processing/lib/
|
||||
|
||||
# make sure notes.txt is unix LFs
|
||||
|
||||
@@ -71,3 +71,7 @@ rm -f ../lib/pde.jar
|
||||
zip -0q ../lib/pde.jar *.class
|
||||
cd ../..
|
||||
|
||||
|
||||
### -- BUILD STUB -----------------------------------------------
|
||||
|
||||
gcc -o work/Proce55ing stub.cpp
|
||||
5
build/linux/stub.cpp
Normal file
5
build/linux/stub.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
void main() {
|
||||
system("java/bin/java -cp lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/oro.jar PdeBase");
|
||||
}
|
||||
Reference in New Issue
Block a user