Add missing include directories
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401400
This commit is contained in:
parent
e15dc2b37b
commit
51408185bd
2 changed files with 3 additions and 1 deletions
|
@ -2274,11 +2274,13 @@ case "$target" in
|
||||||
else
|
else
|
||||||
AC_DEFINE(SDL_TIMER_MINT)
|
AC_DEFINE(SDL_TIMER_MINT)
|
||||||
SOURCES="$SOURCES $srcdir/src/timer/mint/*.c"
|
SOURCES="$SOURCES $srcdir/src/timer/mint/*.c"
|
||||||
|
BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/timer/mint"
|
||||||
fi
|
fi
|
||||||
have_timers=yes
|
have_timers=yes
|
||||||
fi
|
fi
|
||||||
# MiNT does not define "unix"
|
# MiNT does not define "unix"
|
||||||
BUILD_CFLAGS="$BUILD_CFLAGS -Dunix"
|
BUILD_CFLAGS="$BUILD_CFLAGS -Dunix"
|
||||||
|
BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/video/ataricommon"
|
||||||
;;
|
;;
|
||||||
*-riscos)
|
*-riscos)
|
||||||
ARCH=riscos
|
ARCH=riscos
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#include "../SDL_timer_c.h"
|
#include "../SDL_timer_c.h"
|
||||||
#include "SDL_thread.h"
|
#include "SDL_thread.h"
|
||||||
|
|
||||||
#include "mint/SDL_vbltimer_s.h"
|
#include "SDL_vbltimer_s.h"
|
||||||
|
|
||||||
/* The first ticks value of the application */
|
/* The first ticks value of the application */
|
||||||
static Uint32 start;
|
static Uint32 start;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue