mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
synthesis.sh: add Mapster32 to Lunatic preview package. BUILD_LUNATIC.
There's no separate SDK package, unlike for the regular builds. git-svn-id: https://svn.eduke32.com/eduke32@4330 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
15e141452e
commit
38d939372d
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,7 @@ then
|
|||
package_start
|
||||
package_game_lunatic
|
||||
mv -f $top/$source/eduke32$exe "$package/leduke32_PREVIEW$exe"
|
||||
mv -f $top/$source/mapster32$exe "$package/lmapster32_PREVIEW$exe"
|
||||
package_execute l${basename}_lunatic_PREVIEW_win32
|
||||
fi
|
||||
|
||||
|
@ -218,6 +219,7 @@ then
|
|||
package_start
|
||||
package_game_lunatic
|
||||
mv -f $top/$source/eduke32$exe "$package/leduke32_PREVIEW$exe"
|
||||
mv -f $top/$source/mapster32$exe "$package/lmapster32_PREVIEW$exe"
|
||||
package_execute l${basename}_lunatic_PREVIEW_win64
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue