From cb3e3e7125274dba4437f0beb35b461405eb3442 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 12 Apr 2011 12:05:56 +0100 Subject: GP2X: Move build support files into the GPH backend. --- backends/platform/gp2x/build/README-GP2X | 54 -------------------------- backends/platform/gp2x/build/build.sh | 20 ---------- backends/platform/gp2x/build/bundle.sh | 19 --------- backends/platform/gp2x/build/config-alleng.sh | 23 ----------- backends/platform/gp2x/build/config.sh | 24 ------------ backends/platform/gp2x/build/mmuhack.o | Bin 1720 -> 0 bytes backends/platform/gp2x/build/scummvm.gpe | 18 --------- backends/platform/gp2x/build/scummvm.png | Bin 2656 -> 0 bytes 8 files changed, 158 deletions(-) delete mode 100644 backends/platform/gp2x/build/README-GP2X delete mode 100755 backends/platform/gp2x/build/build.sh delete mode 100755 backends/platform/gp2x/build/bundle.sh delete mode 100755 backends/platform/gp2x/build/config-alleng.sh delete mode 100755 backends/platform/gp2x/build/config.sh delete mode 100644 backends/platform/gp2x/build/mmuhack.o delete mode 100755 backends/platform/gp2x/build/scummvm.gpe delete mode 100644 backends/platform/gp2x/build/scummvm.png (limited to 'backends/platform/gp2x/build') diff --git a/backends/platform/gp2x/build/README-GP2X b/backends/platform/gp2x/build/README-GP2X deleted file mode 100644 index 3c6591d369..0000000000 --- a/backends/platform/gp2x/build/README-GP2X +++ /dev/null @@ -1,54 +0,0 @@ -ScummVM - GP2X SPECIFIC README ------------------------------------------------------------------------- - -Contents: - - * About the backend/port <#About_the_backendport> - * Supported audio options <#Supported_audio_options> - * Credits <#Credits> - ------------------------------------------------------------------------- - -Please refer to the: - -GP2X/GP2XWiz ScummVM Forum: -WiKi: - -for the most current information on the port and any updates to this -documentation. - -The wiki includes detailed instructions on how to use the port and -control information. - ------------------------------------------------------------------------- -About the backend/port - -This is the readme for the official GP2X ScummVM backend (also known as -the GP2X port). - -This is an SVN test release of ScummVM for the GP2X, it would be -appreciated if this SVN test distribution was not mirrored and that -people be directed to http://scummvm.distant-earth.com/ instead for -updated SVN builds. - -Full supported official releases of the GP2X ScummVM backend are made in -line with main official releases and are avalalble from the ScummVM -downloads page . - ------------------------------------------------------------------------- -Supported audio options - -Raw audio. -MP3 audio. -OGG Vorbis audio. - -FLAC audio is currently unsupported. - -For best results use uncompressed audio in games. - ------------------------------------------------------------------------- -Credits - -Core ScummVM code (c) The ScummVM Team -Portions of the GP2X backend (c) John Willis -Detailed (c) information can be found within the source code diff --git a/backends/platform/gp2x/build/build.sh b/backends/platform/gp2x/build/build.sh deleted file mode 100755 index 1ea77f4937..0000000000 --- a/backends/platform/gp2x/build/build.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -echo Quick script to make building all the time less painful. - -# Set the paths up here to support the build. - -export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH -export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH -export CXX=arm-open2x-linux-g++ -export CC=arm-open2x-linux-gcc -export CXXFLAGS=-march=armv4t -export LDFLAGS=-static -export ASFLAGS=-mfloat-abi=soft - -cd ../../../.. - -echo Building ScummVM for GP2X. -make - -echo Build for GP2X - SDL - complete - Please check build logs. diff --git a/backends/platform/gp2x/build/bundle.sh b/backends/platform/gp2x/build/bundle.sh deleted file mode 100755 index c4fe63ed9e..0000000000 --- a/backends/platform/gp2x/build/bundle.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -echo Quick script to make building a distribution of the GP2X port more consistent. - -# Set the paths up here to support the build. - -export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH -export PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH -export CXX=arm-open2x-linux-g++ -export CC=arm-open2x-linux-gcc -export CXXFLAGS=-march=armv4t -export LDFLAGS=-static -export ASFLAGS=-mfloat-abi=soft - -cd ../../../.. - -echo Building ScummVM for GP2X Wiz. - -make gp2x-bundle diff --git a/backends/platform/gp2x/build/config-alleng.sh b/backends/platform/gp2x/build/config-alleng.sh deleted file mode 100755 index 4a3526d50c..0000000000 --- a/backends/platform/gp2x/build/config-alleng.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -echo Quick script to make running configure all the time less painful -echo and let all the build work be done from the backend/build folder. - -# Set the paths up here to generate the config. - -PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH -PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH - -# Export the tool names for cross-compiling -export CXX=arm-open2x-linux-g++ -export CXXFLAGS=-march=armv4t -export CPPFLAGS=-I/opt/open2x/gcc-4.1.1-glibc-2.3.6/include -export LDFLAGS=-L/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib -export DEFINES=-DNDEBUG - -# Edit the configure line to suit. -cd ../../../.. -./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-all-engines --enable-vkeybd -#--enable-plugins --default-dynamic - -echo Generating config for GP2X complete. Check for errors. diff --git a/backends/platform/gp2x/build/config.sh b/backends/platform/gp2x/build/config.sh deleted file mode 100755 index e0a1bf1209..0000000000 --- a/backends/platform/gp2x/build/config.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -echo Quick script to make running configure all the time less painful -echo and let all the build work be done from the backend/build folder. - -# Set the paths up here to generate the config. - -PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/arm-open2x-linux/bin:$PATH -PATH=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin:$PATH - -# Export the tool names for cross-compiling -export CXX=arm-open2x-linux-g++ -export CXXFLAGS=-march=armv4t -export CPPFLAGS=-I/opt/open2x/gcc-4.1.1-glibc-2.3.6/include -export LDFLAGS=-L/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib -export DEFINES=-DNDEBUG - -# Edit the configure line to suit. -cd ../../../.. -./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-vkeybd -# --disable-release --enable-debug -# --enable-plugins --default-dynamic - -echo Generating config for GP2X complete. Check for errors. diff --git a/backends/platform/gp2x/build/mmuhack.o b/backends/platform/gp2x/build/mmuhack.o deleted file mode 100644 index 475f4a54ae..0000000000 Binary files a/backends/platform/gp2x/build/mmuhack.o and /dev/null differ diff --git a/backends/platform/gp2x/build/scummvm.gpe b/backends/platform/gp2x/build/scummvm.gpe deleted file mode 100755 index e8983aa2ce..0000000000 --- a/backends/platform/gp2x/build/scummvm.gpe +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# Remount SD with forced Sync, does this really work? -mount -o sync,remount /dev/mmcsd/disc0/part1 /mnt/sd/ - -# Export the location of any libs ScummVM depends on -# (to avoid installing to the NAND and overwriting the broken ones there). -export LD_LIBRARY_PATH=`pwd`/lib:$LD_LIBRARY_PATH - -# Run ScummVM, important this bit. -./scummvm.gph - -# Sync the SD card to check that everything is written. -sync - -# Return to the GPH menu screen -cd /usr/gp2x -exec /usr/gp2x/gp2xmenu diff --git a/backends/platform/gp2x/build/scummvm.png b/backends/platform/gp2x/build/scummvm.png deleted file mode 100644 index 128e59efc4..0000000000 Binary files a/backends/platform/gp2x/build/scummvm.png and /dev/null differ -- cgit v1.2.3