changes to exe files for launcher and its placement, also notes in faq

about export to app being implemented
This commit is contained in:
benfry
2005-11-29 22:02:17 +00:00
parent 957dcd136a
commit 726ee13336
5 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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