waf build works on OS X ; new bindings file and processing system in place for mnemonic-us

git-svn-id: svn://localhost/ardour2/branches/3.0@5498 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-08-08 22:36:32 +00:00
parent 9c6449567d
commit bcc929a5b6
27 changed files with 629 additions and 518 deletions

View file

@ -21,6 +21,14 @@
#undef YES // stupid, stupid gtkmm and/or NSObjC
#undef NO // ditto
#ifdef GTKOSX
#include <objc/objc.h>
#ifdef nil
/*Stupid OS X defining nil*/
#undef nil
#endif
#endif
#include "ardour_ui.h"
#include "actions.h"
#include "opts.h"