Not presently debugging plib, and it's not *needed* anymore, so don't
link to *_d for plib.
This commit is contained in:
@@ -14,13 +14,8 @@
|
|||||||
#include "RageMath.h"
|
#include "RageMath.h"
|
||||||
#include "RageTypes.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/sg.lib")
|
||||||
#pragma comment(lib, "plib-1.6.0/ul.lib")
|
#pragma comment(lib, "plib-1.6.0/ul.lib")
|
||||||
#endif
|
|
||||||
|
|
||||||
void RageVec2Normalize( RageVector2* pOut, const RageVector2* pV )
|
void RageVec2Normalize( RageVector2* pOut, const RageVector2* pV )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user