summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-03-07 22:03:11 -0800
committerSam Lantinga <slouken@libsdl.org>2011-03-07 22:03:11 -0800
commit5137fef2646466db01b5f3cdb1dc15e6be36ac92 (patch)
treede72e06805bbccb7ef51f22effc5aae8796b718e /configure.in
parent8125f3670fe7f7e6dadf930b5dad62ab0b861315 (diff)
Fixed the libraries linked with Visual Studio 2010, the msimg library isn't needed anymore.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1b1884d6..1ebd4b56 100644
--- a/configure.in
+++ b/configure.in
@@ -2200,7 +2200,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
# 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"