From a6f60bf6e7d289547da4efae0f8548eb6ca8302b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 2 Dec 2002 22:45:57 +0000 Subject: [PATCH] Not presently debugging plib, and it's not *needed* anymore, so don't link to *_d for plib. --- stepmania/src/RageMath.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 ) {