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

Commit

Permalink
Support for native and emulated atomic operations has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
llmike committed Jul 19, 2009
1 parent 9f282d4 commit 64891c8
Show file tree
Hide file tree
Showing 2 changed files with 888 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.in
Expand Up @@ -2572,6 +2572,12 @@ case "$host" in
SOURCES="$SOURCES $srcdir/src/timer/unix/*.c"
have_timers=yes
fi
# Setup files for the atomic operations
if test x$enable_atomic = xyes; then
AC_DEFINE(SDL_ATOMIC_QNX)
SOURCES="$SOURCES $srcdir/src/atomic/qnx/*.c"
have_atomic=yes
fi
# Set up dummy files for the joystick for now
if test x$enable_joystick = xyes; then
AC_DEFINE(SDL_JOYSTICK_DUMMY)
Expand Down

0 comments on commit 64891c8

Please sign in to comment.