add portaudio headers and windows static libs to Externals, enable by default in windows build.

This commit is contained in:
Shawn Hoffman
2011-10-03 22:53:24 -07:00
parent b4d751e43c
commit d8def74dd1
15 changed files with 2541 additions and 10 deletions

View File

@ -89,6 +89,8 @@ private:
// Since it is always around on windows
#define HAVE_WX 1
#define HAVE_PORTAUDIO 1
// Debug definitions
#if defined(_DEBUG)
#include <crtdbg.h>