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

Commit

Permalink
Fixed Eric's changes to allow building from the command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 9, 2010
1 parent aec27f9 commit 9b31a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -2652,6 +2652,10 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
SOURCES="$SOURCES $srcdir/src/timer/unix/*.c"
have_timers=yes
fi
# Set up additional files for the file library
if test x$enable_file = xyes; then
SOURCES="$SOURCES $srcdir/src/file/cocoa/*.m"
fi
# The Mac OS X platform requires special setup.
EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lobjc"
Expand Down
2 changes: 1 addition & 1 deletion src/file/SDL_rwops.c
Expand Up @@ -29,7 +29,7 @@
#include "SDL_rwops.h"

#ifdef __APPLE__
#include "SDL_rwopsbundlesupport.h"
#include "cocoa/SDL_rwopsbundlesupport.h"
#endif /* __APPLE__ */

#ifdef __NDS__
Expand Down

0 comments on commit 9b31a5d

Please sign in to comment.