Commit ad338773 authored by Sam Lantinga's avatar Sam Lantinga

We no longer have a DirectInput link requirement

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404105
parent a336ec9d
...@@ -2517,7 +2517,7 @@ case "$host" in ...@@ -2517,7 +2517,7 @@ case "$host" in
# Set up the system libraries we need # Set up the system libraries we need
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm"
if test x$have_directx = xyes; then if test x$have_directx = xyes; then
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid -ldinput8" EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid"
fi fi
# The Win32 platform requires special setup # The Win32 platform requires special setup
SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" SOURCES="$SOURCES $srcdir/src/main/win32/*.rc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment