fceux/trunk/debian-crossbuild.sh

6 lines
207 B
Bash
Raw Normal View History

#!/bin/sh
if [ -f /usr/bin/i586-mingw32msvc-windres ]; then HOST=i586-mingw32msvc
else HOST=i586-mingw32
fi
2008-06-04 00:15:00 +00:00
PLATFORM=win32 CC=${HOST}-gcc CXX=${HOST}-g++ WRC=${HOST}-windres WINDRES=${HOST}-windres scons $@