mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
changes to exe files for launcher and its placement, also notes in faq
about export to app being implemented
This commit is contained in:
Executable
BIN
Binary file not shown.
Binary file not shown.
@@ -8,4 +8,4 @@ cp processing.exe ../work/
|
||||
g++ -mwindows -mno-cygwin -O2 -Wall -DEXPORT -c -o launcher.o launcher.cpp
|
||||
g++ -mwindows -mno-cygwin -O2 -Wall -mwindows -mno-cygwin -O2 -Wall -o export.exe launcher.o
|
||||
cp export.exe ../work/lib/export/application.exe
|
||||
cp export.exe ../../shared/lib/export/
|
||||
cp export.exe ../../shared/lib/export/application.exe
|
||||
|
||||
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
|
||||
export-to-application
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=60
|
||||
_ make a note in the faq that it's implemented
|
||||
X make a note in the faq that it's implemented
|
||||
X add manifest.mf to exported applets so that applications will work
|
||||
X include main class info for executable jar file with jdk > 1.2
|
||||
X was already done before
|
||||
|
||||
Reference in New Issue
Block a user