Changeset 945 for trunk/build-ps3
- Timestamp:
- Sep 10, 2011, 9:33:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build-ps3
r876 r945 1 1 #!/bin/sh 2 3 ## Native PS3 compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>4 2 5 3 # This can't hurt 6 4 make distclean 7 5 8 set -e 6 ./build/lol-build bootstrap ps3-ppu 7 ./build/lol-build configure ps3-ppu 8 ./build/lol-build build ps3-ppu 9 9 10 # Only on Windows11 if test "x${MSYSTEM}" = xMINGW32; then12 PATH="$PATH:./contrib/gtk-2.22.1/bin"13 M4PATH="./contrib/gtk-2.22.1/share/aclocal"14 export M4PATH # This looks necessary15 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd`/contrib/gtkglarea-2.0.1/lib/pkgconfig"16 export PKG_CONFIG_PATH # This looks necessary, too17 fi18 19 # Bootstrap, configure and make20 # NOTE: ensure that $CELL_SDK is set and ppu-lv2-g++ is in the path21 ./bootstrap22 ./configure CXX=ppu-lv2-g++ CC=ppu-lv2-gcc ac_cv_exeext=.elf --host=none23 make -j624
Note: See TracChangeset
for help on using the changeset viewer.