SDL-1.2.6
This commit is contained in:
@@ -56,15 +56,15 @@
|
|||||||
|
|
||||||
#if defined(_XBOX)
|
#if defined(_XBOX)
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#pragma comment(lib, "SDL-1.2.5/lib/xboxSDLmaind.lib")
|
#pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmaind.lib")
|
||||||
#else
|
#else
|
||||||
#pragma comment(lib, "SDL-1.2.5/lib/xboxSDLmain.lib")
|
#pragma comment(lib, "SDL-1.2.6/lib/xboxSDLmain.lib")
|
||||||
#endif
|
#endif
|
||||||
#elif defined(_WINDOWS)
|
#elif defined(_WINDOWS)
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#pragma comment(lib, "SDL-1.2.5/lib/SDLmaind.lib")
|
#pragma comment(lib, "SDL-1.2.6/lib/SDLmaind.lib")
|
||||||
#else
|
#else
|
||||||
#pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib")
|
#pragma comment(lib, "SDL-1.2.6/lib/SDLmain.lib")
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user