Mercurial > sdl-ios-xcode
comparison configure.in @ 4351:3ae3624c3cbc SDL-1.2
We no longer have a DirectInput link requirement
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 17:35:48 +0000 |
parents | 4abf24b03b1d |
children | 725e506f6243 |
comparison
equal
deleted
inserted
replaced
4350:4988a4f76a09 | 4351:3ae3624c3cbc |
---|---|
2515 have_loadso=yes | 2515 have_loadso=yes |
2516 fi | 2516 fi |
2517 # Set up the system libraries we need | 2517 # Set up the system libraries we need |
2518 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" | 2518 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" |
2519 if test x$have_directx = xyes; then | 2519 if test x$have_directx = xyes; then |
2520 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid -ldinput8" | 2520 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid" |
2521 fi | 2521 fi |
2522 # The Win32 platform requires special setup | 2522 # The Win32 platform requires special setup |
2523 SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" | 2523 SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" |
2524 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" | 2524 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" |
2525 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" | 2525 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |