mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
SDL: add -limm32 to mingw builds.
This commit is contained in:
parent
895fef6425
commit
763b7c5f47
2
vs/sdl/configure
vendored
2
vs/sdl/configure
vendored
@ -29815,7 +29815,7 @@ _ACEOF
|
||||
have_loadso=yes
|
||||
fi
|
||||
# Set up the system libraries we need
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32"
|
||||
if test x$have_directx = xyes; then
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid"
|
||||
fi
|
||||
|
@ -2556,7 +2556,7 @@ case "$host" in
|
||||
have_loadso=yes
|
||||
fi
|
||||
# Set up the system libraries we need
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32"
|
||||
if test x$have_directx = xyes; then
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user