Agh, pain. Stupid incompatible runtime libraries. Fix this stuff up.

This commit is contained in:
Glenn Maynard
2002-10-25 22:15:57 +00:00
parent 4327f58cbb
commit 34200fa213
4 changed files with 2 additions and 1 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -18,11 +18,12 @@
/* Pull in all of our SDL libraries here. */
#ifdef _DEBUG
#pragma comment(lib, "SDL-1.2.5/lib/SDLd.lib")
#pragma comment(lib, "SDL_image-1.2/SDL_imaged.lib")
#else
#pragma comment(lib, "SDL-1.2.5/lib/SDL.lib")
#pragma comment(lib, "SDL_image-1.2/SDL_image.lib")
#endif
#pragma comment(lib, "SDL_image-1.2/SDL_image.lib")
#endif