diff configure.in @ 5095:817064595222

Fixed cross-compiling for Windows
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Jan 2011 21:41:36 -0800
parents 55ff76cdbbb8
children dceec93471e7
line wrap: on
line diff
--- a/configure.in	Mon Jan 24 21:31:32 2011 -0800
+++ b/configure.in	Mon Jan 24 21:41:36 2011 -0800
@@ -2446,6 +2446,10 @@
         CheckWINDOWS
         CheckWINDOWSGL
         CheckDIRECTX
+
+        # Set up the core platform files
+        SOURCES="$SOURCES $srcdir/src/core/windows/*.c"
+
         # Set up files for the video library
         if test x$enable_video = xyes; then
             AC_DEFINE(SDL_VIDEO_DRIVER_WINDOWS)