Atlas: Removed compile-time linking

This was SVN commit r2629.
This commit is contained in:
Ykkrosh 2005-08-20 18:05:25 +00:00
parent ccb813119e
commit 1039e9f2a2

View File

@ -13,12 +13,6 @@
#include "lib/timer.h"
#include "ps/CLogger.h"
#ifdef NDEBUG
#pragma comment(lib, "AtlasUI")
#else
#pragma comment(lib, "AtlasUI_d")
#endif
using namespace AtlasMessage;
extern void Render_();