equal
deleted
inserted
replaced
2198 fi |
2198 fi |
2199 # Set up the system libraries we need |
2199 # Set up the system libraries we need |
2200 # SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME |
2200 # SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME |
2201 # You can get this here: http://libunicows.sourceforge.net/ |
2201 # You can get this here: http://libunicows.sourceforge.net/ |
2202 #EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows" |
2202 #EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows" |
2203 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid" |
2203 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid" |
2204 # The Windows platform requires special setup |
2204 # The Windows platform requires special setup |
2205 VERSION_SOURCES="$srcdir/src/main/windows/*.rc" |
2205 VERSION_SOURCES="$srcdir/src/main/windows/*.rc" |
2206 SDLMAIN_SOURCES="$srcdir/src/main/windows/*.c" |
2206 SDLMAIN_SOURCES="$srcdir/src/main/windows/*.c" |
2207 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |
2207 SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main" |
2208 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" |
2208 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows" |