mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-12 04:30:31 +00:00
syncing Windows configure.ac file with the unix one
This commit is contained in:
parent
8ad0bbcc80
commit
7fc0d3137b
@ -221,11 +221,15 @@ if [[ "x$WANT_JIT" = "xyes" ]]; then
|
||||
CPUSRCS="\
|
||||
../kpx_cpu/src/cpu/jit/jit-cache.cpp \
|
||||
../kpx_cpu/src/cpu/jit/basic-dyngen.cpp \
|
||||
../kpx_cpu/src/cpu/ppc/ppc-dyngen.cpp $CPUSRCS"
|
||||
../kpx_cpu/src/cpu/ppc/ppc-dyngen.cpp \
|
||||
../kpx_cpu/src/cpu/ppc/ppc-jit.cpp $CPUSRCS"
|
||||
CPPFLAGS="$CPPFLAGS -DUSE_JIT"
|
||||
fi
|
||||
CPUSRCS="$CPUSRCS ../kpx_cpu/sheepshaver_glue.cpp"
|
||||
|
||||
dnl Use the dummy prefs file.
|
||||
CPUSRCS="$CPUSRCS ../dummy/prefs_dummy.cpp"
|
||||
|
||||
dnl We really want SDL for now
|
||||
AC_CHECK_TOOL(sdl_config, sdl-config, [AC_MSG_ERROR([Sorry, you currently need SDL for this port])])
|
||||
SDL_CFLAGS=`$sdl_config --cflags`
|
||||
|
Loading…
x
Reference in New Issue
Block a user