Mercurial > sdl-ios-xcode
comparison configure.in @ 3082:1c85c44557de
Removed unicows dependency, at least for now...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 27 Feb 2009 09:51:55 +0000 |
parents | ed67e93944b1 |
children | 0bc41e0361d3 |
comparison
equal
deleted
inserted
replaced
3081:4ccdf20bad6f | 3082:1c85c44557de |
---|---|
2526 AC_DEFINE(SDL_LOADSO_WIN32) | 2526 AC_DEFINE(SDL_LOADSO_WIN32) |
2527 SOURCES="$SOURCES $srcdir/src/loadso/win32/*.c" | 2527 SOURCES="$SOURCES $srcdir/src/loadso/win32/*.c" |
2528 have_loadso=yes | 2528 have_loadso=yes |
2529 fi | 2529 fi |
2530 # Set up the system libraries we need | 2530 # Set up the system libraries we need |
2531 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows -luser32 -lgdi32 -lmsimg32 -lwinmm" | 2531 # SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME |
2532 # You can get this here: http://libunicows.sourceforge.net/ | |
2533 #EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows" | |
2534 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm" | |
2532 # The Win32 platform requires special setup | 2535 # The Win32 platform requires special setup |
2533 SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" | 2536 SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" |
2534 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" | 2537 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" |
2535 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" | 2538 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |
2536 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" | 2539 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" |