Mercurial > sdl-ios-xcode
changeset 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 | 4ccdf20bad6f |
children | 0bc41e0361d3 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Feb 27 09:39:39 2009 +0000 +++ b/configure.in Fri Feb 27 09:51:55 2009 +0000 @@ -2528,7 +2528,10 @@ have_loadso=yes fi # Set up the system libraries we need - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows -luser32 -lgdi32 -lmsimg32 -lwinmm" + # SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME + # You can get this here: http://libunicows.sourceforge.net/ + #EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm" # The Win32 platform requires special setup SOURCES="$SOURCES $srcdir/src/main/win32/*.rc" SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c"