diff --git a/stepmania/src/RageMath.cpp b/stepmania/src/RageMath.cpp index 01a815c26b..510036c3c8 100644 --- a/stepmania/src/RageMath.cpp +++ b/stepmania/src/RageMath.cpp @@ -14,13 +14,8 @@ #include "RageMath.h" #include "RageTypes.h" -#ifdef _DEBUG -#pragma comment(lib, "plib-1.6.0/sg_d.lib") -#pragma comment(lib, "plib-1.6.0/ul_d.lib") -#else #pragma comment(lib, "plib-1.6.0/sg.lib") #pragma comment(lib, "plib-1.6.0/ul.lib") -#endif void RageVec2Normalize( RageVector2* pOut, const RageVector2* pV ) {