1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Update .gitignore and some comments.

This commit is contained in:
jules 2013-11-18 14:58:29 +00:00
parent 55ff9a57be
commit a54e4ac576
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -16,6 +16,7 @@
*.d
*.sdf
xcuserdata
*.xccheckout
contents.xcworkspacedata
.DS_Store
.svn

View file

@ -56,6 +56,13 @@
#define Component CarbonDummyCompName
#endif
/*
Got an include error here?
You probably need to install Apple's AU classes - see the
juce website for more info on how to get them:
http://www.juce.com/forum/topic/aus-xcode
*/
#include "AUMIDIEffectBase.h"
#include "MusicDeviceBase.h"
#undef Point