various unsigned long -> uintptr_t conversions

This commit is contained in:
Bill Currie 2007-04-04 11:22:48 +00:00 committed by Jeff Teunissen
parent fcf464ef99
commit 0382b05780
10 changed files with 15 additions and 16 deletions

View file

@ -59,7 +59,6 @@ mkdir -p ~/release
cd ~/release
if test $no_rm -ne 1; then
rm -rf NEWS quakeforge-* quakeforge_* qfcc_*
exit
fi
svn co ${svn_url}/quakeforge/${tag_path} quakeforge-${ver}
cd quakeforge-$ver
@ -106,7 +105,7 @@ if test $do_win32 -eq 1; then
./cross-configure.sh \
CFLAGS=-I${mingw32}/include LDLAGS=-L${mingw32}/lib \
--with-sdl-prefix=${mingw32} \
--disable-debug --disable-shared --disable-debug \
--disable-debug --disable-shared --disable-jack \
--program-prefix=
../tools/cross/cross-make.sh -j3 \
prefix=${qf_win32_dir} \