diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-03-07 22:03:29 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-03-07 22:03:29 -0800 |
commit | 4030919ec943bbdec47a15199a854831e53fef28 (patch) | |
tree | d9cc6a10cf7705d64fc56d47d39eb527503dc231 /configure | |
parent | 5137fef2646466db01b5f3cdb1dc15e6be36ac92 (diff) |
The msimg library isn't needed anymore.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28499,7 +28499,7 @@ _ACEOF # SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME # You can get this here: http://libunicows.sourceforge.net/ #EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows" - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid" # The Windows platform requires special setup VERSION_SOURCES="$srcdir/src/main/windows/*.rc" SDLMAIN_SOURCES="$srcdir/src/main/windows/*.c" |