Mercurial > sdl-ios-xcode
comparison configure.in @ 1724:6c63fc2bd986 SDL-1.3
Proof of concept done - Win32 GDI implementation mostly complete.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 06 Jul 2006 07:17:11 +0000 |
parents | 364df7679e6b |
children | e70477157db9 |
comparison
equal
deleted
inserted
replaced
1723:4bdbb9b2bd0a | 1724:6c63fc2bd986 |
---|---|
2345 AC_DEFINE(SDL_LOADSO_WIN32) | 2345 AC_DEFINE(SDL_LOADSO_WIN32) |
2346 SOURCES="$SOURCES $srcdir/src/loadso/win32/*.c" | 2346 SOURCES="$SOURCES $srcdir/src/loadso/win32/*.c" |
2347 have_loadso=yes | 2347 have_loadso=yes |
2348 fi | 2348 fi |
2349 # Set up the system libraries we need | 2349 # Set up the system libraries we need |
2350 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" | 2350 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm" |
2351 # The Win32 platform requires special setup | 2351 # The Win32 platform requires special setup |
2352 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" | 2352 SDLMAIN_SOURCES="$srcdir/src/main/win32/*.c" |
2353 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" | 2353 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |
2354 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" | 2354 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" |
2355 ;; | 2355 ;; |