mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Undo a mv -> cp change.
Turns out it wasn't quite what I thought it was. *shrug* :)
This commit is contained in:
parent
fe26a55cc4
commit
e657390ab5
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ if test $do_win32 -eq 1; then
|
||||||
man1dir=${qf_win32_dir} \
|
man1dir=${qf_win32_dir} \
|
||||||
install
|
install
|
||||||
mkdir -p ${qf_win32_dir}/pkgconfig
|
mkdir -p ${qf_win32_dir}/pkgconfig
|
||||||
cp -a ${qf_win32_dir}/QF/*.pc ${qf_win32_dir}/pkgconfig
|
mv ${qf_win32_dir}/QF/*.pc ${qf_win32_dir}/pkgconfig
|
||||||
cp -a ../tools/io_mesh_qfmdl ${qf_win32_dir}
|
cp -a ../tools/io_mesh_qfmdl ${qf_win32_dir}
|
||||||
$MINGW/bin/strip --strip-unneeded "$qf_win32"/bin/*.exe
|
$MINGW/bin/strip --strip-unneeded "$qf_win32"/bin/*.exe
|
||||||
../tools/build_scripts/qf-win32.py "$ver-win32" quakeforge "$qf_win32"
|
../tools/build_scripts/qf-win32.py "$ver-win32" quakeforge "$qf_win32"
|
||||||
|
|
Loading…
Reference in a new issue