mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-02 16:26:28 +00:00
Changed to include SDL_atomic.c in the windows version of SDL 1.3
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403897
This commit is contained in:
parent
6e96a9947b
commit
8f9b7ab9c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user