Not presently debugging plib, and it's not *needed* anymore, so don't

link to *_d for plib.
This commit is contained in:
Glenn Maynard
2002-12-02 22:45:57 +00:00
parent 840caa7a2c
commit a6f60bf6e7
-5
View File
@@ -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 )
{