SDL_image is no longer used
This commit is contained in:
@@ -20,18 +20,14 @@
|
||||
#ifdef _XBOX
|
||||
#ifdef DEBUG
|
||||
#pragma comment(lib, "SDLx-0.02/SDLxd.lib")
|
||||
#pragma comment(lib, "SDL_image-1.2/xbox_SDL_imaged.lib")
|
||||
#else
|
||||
#pragma comment(lib, "SDLx-0.02/SDLx.lib")
|
||||
#pragma comment(lib, "SDL_image-1.2/xbox_SDL_image.lib")
|
||||
#endif
|
||||
#elif defined _WINDOWS
|
||||
#ifdef DEBUG
|
||||
#pragma comment(lib, "SDL-1.2.6/lib/SDLd.lib")
|
||||
#pragma comment(lib, "SDL_image-1.2/SDL_imaged.lib")
|
||||
#else
|
||||
#pragma comment(lib, "SDL-1.2.6/lib/SDL.lib")
|
||||
#pragma comment(lib, "SDL_image-1.2/SDL_image.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user