From 2b6a2fb6e77cc72e814896b718fcf5ee6bc17e28 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 4 Oct 2003 06:41:17 +0000 Subject: [PATCH] SDL-1.2.6 --- stepmania/src/StepMania.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 9ad48a4b4f..89a48326c7 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -56,15 +56,15 @@ #if defined(_XBOX) #ifdef DEBUG - #pragma comment(lib, "SDL-1.2.5/lib/xboxSDLmaind.lib") + #pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmaind.lib") #else - #pragma comment(lib, "SDL-1.2.5/lib/xboxSDLmain.lib") + #pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmain.lib") #endif #elif defined(_WINDOWS) #ifdef DEBUG - #pragma comment(lib, "SDL-1.2.5/lib/SDLmaind.lib") + #pragma comment(lib, "SDL-1.2.6/lib/SDLmaind.lib") #else - #pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib") + #pragma comment(lib, "SDL-1.2.6/lib/SDLmain.lib") #endif #endif