mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 04:21:51 +00:00
remove some ancient build flags
This commit is contained in:
parent
48ba407984
commit
b0c1294f8a
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ cvs up
|
|||
qf_win32=`pwd`/qf-win32
|
||||
rm -rf qf-win32 qf-win32*.zip
|
||||
./cross-configure.sh -C --with-sdl-prefix=/usr/local/cross-tools/i386-mingw32msvc --disable-debug --disable-shared --program-prefix= --disable-debug
|
||||
../tools/cross/cross-make.sh prefix=${qf_win32} exec_prefix=${qf_win32} pkgdatadir=${qf_win32} PAK=pak QFCC=qfcc GENDEFS='$(top_srcdir)/linux.o/tools/qfdefs/source/gendefs' install
|
||||
../tools/cross/cross-make.sh prefix=${qf_win32} exec_prefix=${qf_win32} pkgdatadir=${qf_win32} PAK=pak QFCC=qfcc install
|
||||
/usr/local/cross-tools/bin/i386-mingw32msvc-strip --strip-unneeded qf-win32/bin/*.exe
|
||||
python ~/bin/qf-win32.py
|
||||
for p in {client-{sdl,sdl32,sgl,wgl},devel,server,tools}; do
|
||||
|
|
|
@ -83,7 +83,7 @@ if test $do_win32 -eq 1; then
|
|||
qf_win32_dir=`pwd`"/$qf_win32"
|
||||
rm -rf $qf_win32_dir *.zip
|
||||
./cross-configure.sh -C --with-sdl-prefix=/usr/local/cross-tools/i386-mingw32msvc --disable-debug --disable-shared --program-prefix= --disable-debug
|
||||
../tools/cross/cross-make.sh -j3 prefix=${qf_win32_dir} exec_prefix=${qf_win32_dir} pkgdatadir=${qf_win32_dir} PAK=pak QFCC=qfcc GENDEFS='$(top_srcdir)/linux.o/tools/qfdefs/source/gendefs' install
|
||||
../tools/cross/cross-make.sh -j3 prefix=${qf_win32_dir} exec_prefix=${qf_win32_dir} pkgdatadir=${qf_win32_dir} PAK=pak QFCC=qfcc install
|
||||
/usr/local/cross-tools/bin/i386-mingw32msvc-strip --strip-unneeded "$qf_win32"/bin/*.exe
|
||||
qf-win32.py "$ver-win32" quakeforge "$qf_win32"
|
||||
mv *.zip ~/release
|
||||
|
|
Loading…
Reference in a new issue