Synthesis: Start building Lunatic in 64-bit too. BUILD_LUNATIC.

git-svn-id: https://svn.eduke32.com/eduke32@4323 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-02-10 11:00:34 +00:00
parent c2cb6a9754
commit e50c4069b3

View file

@ -204,6 +204,24 @@ then
fi
# 64-bit Lunatic (pre-)release
if [ -n "$BUILD_LUNATIC" ]; then
# clean the tree and build
echo "${make64[@]}" LUNATIC=1 $clean all
"${make64[@]}" LUNATIC=1 $clean all
# make sure all the targets were produced
verifytargets
# package game
package_start
package_game_lunatic
mv -f $top/$source/eduke32$exe "$package/leduke32_PREVIEW$exe"
package_execute l${basename}_lunatic_PREVIEW_win64
fi
# 32-bit release
# clean the tree and build