A stab in the dark at fixing the Synthesis problems. BUILD_LUNATIC.

git-svn-id: https://svn.eduke32.com/eduke32@4154 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-11-15 05:45:22 +00:00
parent 4dcd167c7a
commit dc664fd5c6

View file

@ -104,10 +104,10 @@ function package_debug ()
function package_game_lunatic ()
{
# Package some Lunatic test and demo files.
mkdir -p lunatic/test
cp $top/$source/source/lunatic/test.lua lunatic
cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua lunatic/test
cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua lunatic/test
mkdir -p ./lunatic/test
cp $top/$source/source/lunatic/test.lua ./lunatic/
cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua ./lunatic/test/
cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua ./lunatic/test/
}
function package_sdk ()