aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLittleboy2011-06-29 06:18:50 -0400
committerLittleboy2011-06-29 11:07:23 -0400
commitb0ee7bbb7ee5b56ff1293c148aab535fedaa01b1 (patch)
treeafd2779f985b99a0e30ece929e9ad56fadb963c3 /configure
parent3d7252aee8508f42f0806f119d60689acc125215 (diff)
downloadscummvm-rg350-b0ee7bbb7ee5b56ff1293c148aab535fedaa01b1.tar.gz
scummvm-rg350-b0ee7bbb7ee5b56ff1293c148aab535fedaa01b1.tar.bz2
scummvm-rg350-b0ee7bbb7ee5b56ff1293c148aab535fedaa01b1.zip
BACKENDS: Implement Win32TaskbarManager::setCount()
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0443a2fb94..8b9ab79c15 100755
--- a/configure
+++ b/configure
@@ -1853,7 +1853,7 @@ case $_host_os in
mingw*)
DEFINES="$DEFINES -DWIN32"
DEFINES="$DEFINES -D__USE_MINGW_ANSI_STDIO=0"
- LIBS="$LIBS -lmingw32 -lwinmm"
+ LIBS="$LIBS -lmingw32 -lwinmm -lgdi32"
OBJS="$OBJS scummvmwinres.o"
add_line_to_config_mk 'WIN32 = 1'
;;