[sm130futures] Well, Windows was easy on mad.

This commit is contained in:
Jason Felds
2011-05-04 23:07:57 -04:00
parent 7d88d88aad
commit 4dedf4f3d2
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
#include <map>
#if defined(_WINDOWS) || defined(MACOSX)
#include "mad-0.15.1b/mad.h"
#include "../extern/mad-0.15.1b/mad.h"
#ifdef _MSC_VER
#pragma comment(lib, "mad-0.15.1b/msvc++/Release/libmad.lib")
#pragma comment(lib, "../extern/mad-0.15.1b/msvc++/Release/libmad.lib")
#endif //_MSC_VER
#else
#include <mad.h>