mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
4dcd167c7a
commit
dc664fd5c6
1 changed files with 4 additions and 4 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue