make some include paths less ugly on Windows.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#if defined(_WINDOWS) || defined(MACOSX)
|
||||
#include "../extern/mad-0.15.1b/mad.h"
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "../extern/mad-0.15.1b/msvc++/Release/libmad.lib")
|
||||
#pragma comment(lib, "libmad.lib")
|
||||
#endif //_MSC_VER
|
||||
#else
|
||||
#include <mad.h>
|
||||
|
||||
Reference in New Issue
Block a user