diff --git a/build/shared/lib/export/application.exe b/build/shared/lib/export/application.exe new file mode 100755 index 000000000..04ed6a4e7 Binary files /dev/null and b/build/shared/lib/export/application.exe differ diff --git a/build/windows/launcher/export.exe b/build/windows/launcher/export.exe index 1e74aa707..04ed6a4e7 100755 Binary files a/build/windows/launcher/export.exe and b/build/windows/launcher/export.exe differ diff --git a/build/windows/launcher/make.sh b/build/windows/launcher/make.sh index 49a8d3f2a..25957abc7 100755 --- a/build/windows/launcher/make.sh +++ b/build/windows/launcher/make.sh @@ -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 diff --git a/build/windows/launcher/processing.exe b/build/windows/launcher/processing.exe index 6a9ba5416..f513b8cb0 100755 Binary files a/build/windows/launcher/processing.exe and b/build/windows/launcher/processing.exe differ diff --git a/todo.txt b/todo.txt index b2122c162..eb09ae89f 100644 --- a/todo.txt +++ b/todo.txt @@ -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