mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added mac NSException catching and tidied up some warnings.
This commit is contained in:
parent
ce7def1f9d
commit
1f38660d94
7 changed files with 144 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -15,6 +15,9 @@
|
|||
*.manifest.res
|
||||
*.o
|
||||
*.d
|
||||
.DS_Store
|
||||
.svn
|
||||
profile
|
||||
extras/juce demo/build/macosx/build
|
||||
extras/juce demo/build/iphone/build
|
||||
extras/juce demo/build/linux/build
|
||||
|
|
@ -30,4 +33,3 @@ bin/intermediate*
|
|||
bin/lib*
|
||||
bin/jucelib*
|
||||
bin/JUCE*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue