From 4dedf4f3d231d1f215c3ad6b8616a6205647f5f4 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 4 May 2011 23:07:57 -0400 Subject: [PATCH] [sm130futures] Well, Windows was easy on mad. --- src/RageSoundReader_MP3.cpp | 4 ++-- src/StepMania-net2008.vcproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/RageSoundReader_MP3.cpp b/src/RageSoundReader_MP3.cpp index 0cb9e5940e..52b2dd19e0 100644 --- a/src/RageSoundReader_MP3.cpp +++ b/src/RageSoundReader_MP3.cpp @@ -10,9 +10,9 @@ #include #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 diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index b12ffdfd1d..b16f406039 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -50,7 +50,7 @@