mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-23 15:40:39 +00:00
synthesis.sh: include test/{damagehplane,shadexfog}.lua for BUILD_LUNATIC.
git-svn-id: https://svn.eduke32.com/eduke32@4240 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a9fb18b228
commit
abd71a1e24
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function package_game_lunatic ()
|
||||||
mkdir -p ./lunatic/test
|
mkdir -p ./lunatic/test
|
||||||
cp $top/$source/source/lunatic/test.lua ./lunatic/
|
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/test_{bitar,geom,rotspr}.lua ./lunatic/test/
|
||||||
cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua ./lunatic/test/
|
cp $top/$source/source/lunatic/test/{damagehplane,delmusicsfx,helixspawner,shadexfog}.lua ./lunatic/test/
|
||||||
}
|
}
|
||||||
|
|
||||||
function package_sdk ()
|
function package_sdk ()
|
||||||
|
|
Loading…
Reference in a new issue