From 9be1ea433387a1001a352141c8853eec7436bfcb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Sep 2004 09:02:50 +0000 Subject: [PATCH] don't link SDL in Windows --- stepmania/src/StepMania.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index bab363e6ed..b15fa348ea 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -60,20 +60,6 @@ #include "CryptManager.h" #include "NetworkSyncManager.h" -#if defined(_XBOX) - #ifdef _DEBUG - #pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmaind.lib") - #else - #pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmain.lib") - #endif -#elif defined(_WINDOWS) - #ifdef DEBUG - #pragma comment(lib, "SDL-1.2.6/lib/SDLmaind.lib") - #else - #pragma comment(lib, "SDL-1.2.6/lib/SDLmain.lib") - #endif -#endif - #define ZIPS_DIR "Packages/" #ifdef _WINDOWS