mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-16 22:01:27 -06:00
Note that I am compelled to break VST builds on Windows because my build folders have had some files in 'em: you'll have to find those yourself. Here's hoping anyone trying to develop for Windows VST (or any VST) is able to find what they need, but I cannot help you set up a build environment, I can only give you my code for the audio part.
17 lines
No EOL
249 B
C
Executable file
17 lines
No EOL
249 B
C
Executable file
#define MAC 1
|
|
#define MACX 1
|
|
|
|
#define USE_NAMESPACE 0
|
|
|
|
#define TARGET_API_MAC_CARBON 1
|
|
#define USENAVSERVICES 1
|
|
|
|
#define __CF_USE_FRAMEWORK_INCLUDES__
|
|
|
|
#if __MWERKS__
|
|
#define __NOEXTENSIONS__
|
|
#endif
|
|
|
|
#define QUARTZ 1
|
|
|
|
#include <AvailabilityMacros.h> |