Lunatic: update user_defs, CPLUSPLUS=0 in synthesis.sh, disable 'cutscene' for now.

BUILD_LUNATIC.

git-svn-id: https://svn.eduke32.com/eduke32@5029 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-02-22 19:31:17 +00:00
parent 06f0c0c06b
commit f5254f2114
4 changed files with 5 additions and 7 deletions

View File

@ -1258,7 +1258,7 @@ lpeg.P(false) +
"default" +
"debug" +
"debris" +
"cutscene" +
--"cutscene" +
"cstator" +
"cstat" +
"count" +

View File

@ -547,8 +547,6 @@ typedef struct {
//
// Sound variables
//
int32_t FXDevice;
int32_t MusicDevice;
int32_t MasterVolume;
int32_t FXVolume;
int32_t MusicVolume;

View File

@ -2951,8 +2951,8 @@ local Cinner = {
starttrackvar = cmd(R)
/ "_con._starttrack(%1)",
cutscene = cmd(R)
/ handle.NYI,
-- cutscene = cmd(R)
-- / handle.NYI,
getmusicposition = cmd(W)
/ "%1=_con._getmusicposition()",
setmusicposition = cmd(R)

View File

@ -190,8 +190,8 @@ then
if [ -n "$BUILD_LUNATIC" ]; then
# clean the tree and build
echo "${make64[@]}" LUNATIC=1 $clean all
"${make64[@]}" LUNATIC=1 $clean all
echo "${make64[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
"${make64[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
# make sure all the targets were produced
verifytargets