_DEBUG -> DEBUG

This commit is contained in:
Steve Checkoway
2009-01-06 17:54:21 +00:00
parent d498ec08f1
commit 17cc65e8fd
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -13,11 +13,11 @@
#include "mad-0.15.1b/mad.h"
#ifdef _MSC_VER
#ifdef _XBOX
#ifdef _DEBUG
#ifdef DEBUG
#pragma comment(lib, "mad-0.15.1b/xboxmad/debug/xboxmad.lib")
#else
#pragma comment(lib, "mad-0.15.1b/xboxmad/Release/xboxmad.lib")
#endif // _DEBUG
#endif // DEBUG
#else
#pragma comment(lib, "mad-0.15.1b/msvc++/Release/libmad.lib")
#endif // _XBOX