diff options
author | Johannes Schickel | 2011-03-08 19:46:48 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-03-08 19:49:10 +0100 |
commit | 689b87a3e8944bc9a5ae759032ff530b50370021 (patch) | |
tree | 1df6d6c10b1dcae2303edbacc3e47d559750d821 /configure | |
parent | 12e7d3078b8dade7e9c109d1141889886fa4048e (diff) | |
download | scummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.tar.gz scummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.tar.bz2 scummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.zip |
CONFIGURE: Oops fix a typo.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1653,7 +1653,7 @@ case $_host_os in fi ;; wince) - CXXFLAGS="$CXXFLAGS -O3 -fno-inline-functions --march=armv4 -mtune=xscale" + CXXFLAGS="$CXXFLAGS -O3 -fno-inline-functions -march=armv4 -mtune=xscale" DEFINES="$DEFINES -D_WIN32_WCE=300 -D__ARM__ -D_ARM_ -DUNICODE -DFPM_DEFAULT -DNONSTANDARD_PORT" DEFINES="$DEFINES -DWIN32 -Dcdecl= -D__cdecl__=" ;; |