mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
9c6449567d
commit
bcc929a5b6
27 changed files with 629 additions and 518 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue