fix for JNA issues on OS X

This commit is contained in:
Ben Fry
2014-05-10 15:06:22 -04:00
parent b11776c6b2
commit abef7c420c
2 changed files with 10 additions and 3 deletions

View File

@@ -430,6 +430,9 @@
<option value="-Dapple.awt.application.name=Processing" />
<!-- avoid conflicts with JNA DLLs already in the path -->
<option value="-Djna.nosys=true" />
<option value="-Dapple.laf.useScreenMenuBar=true" />
<option value="-Dcom.apple.macos.use-file-dialog-packages=true" />
<option value="-Dcom.apple.macos.useScreenMenuBar=true" />

View File

@@ -27,9 +27,10 @@ X incorporate new launch4j 3.4
X http://sourceforge.net/projects/launch4j/files/launch4j-3/3.4/
X change Windows export to use launch4j instead of the launcher.cpp file
X actually call ant from inside p5?
_ re-implement an icon for exported applications on Windows
X re-implement an icon for exported applications on Windows
_ make sure that Windows export uses the local Java
_ make sure Windows export includes library DLLs
X make sure Windows export includes library DLLs
_ make sure launch4j export isn't printing to console unless trouble
_ remove build/windows/export from repo
_ exported apps reporting as "damaged" on OS X
_ https://github.com/processing/processing/issues/2095
@@ -41,10 +42,13 @@ _ https://github.com/processing/processing/issues/2239
X fix for Windows launchers
X fix for Windows export
X fix for Windows export 64-bit
_ fix for Windows command line
_ fix for Linux launcher
_ fix for Linux export
_ fix for OS X launcher
_ fix for Linux command line
X fix for OS X launcher
_ fix for OS X export
_ fix for OS X command line
_ QuickReference tool was able to bring down the environment
_ https://github.com/processing/processing/issues/2229
_ tab characters not recognized/drawn in the editor (2.1)