Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Changed to include SDL_atomic.c in the windows version of SDL 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pendletonrc committed Sep 25, 2009
1 parent 4afa04b commit 810c4af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.in
Expand Up @@ -2498,6 +2498,12 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
fi
have_audio=yes
fi
# Set up files for the atomic operations library
if test x$enable_atomic = xyes; then
AC_DEFINE(SDL_ATOMIC_WIN32)
SOURCES="$SOURCES $srcdir/src/atomic/win32/*.c"
have_atomic=yes
fi
# Set up files for the joystick library
if test x$enable_joystick = xyes; then
if test x$have_dinput = xyes; then
Expand Down

0 comments on commit 810c4af

Please sign in to comment.