mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 09:00:07 +02:00
This provides additional improvements and updates for building Audacity using Xcode 5.1 or above. The whole configure/makefile system is no longer used during normal builds. During library additions/updates it used to regenerated the headers in mac/config.
12 lines
247 B
C
12 lines
247 B
C
/* WARNING! All changes made to this file will be lost! */
|
|
|
|
#ifndef W_SRATOM_CONFIG_H_WAF
|
|
#define W_SRATOM_CONFIG_H_WAF
|
|
|
|
#define HAVE_LV2 1
|
|
#define HAVE_SERD 1
|
|
#define HAVE_SORD 1
|
|
#define SRATOM_VERSION "0.4.6"
|
|
|
|
#endif /* W_SRATOM_CONFIG_H_WAF */
|