aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-09 08:33:00 +1000
committerDavid Walter Seikel2012-01-09 08:33:00 +1000
commit95570c794afa4ea61238f200218e866bbf7d8bb3 (patch)
tree22ff13b36d719323a507e4e59042fe91db578d79 /LuaSL/build.sh
parentMissed a keyword. (diff)
downloadSledjHamr-95570c794afa4ea61238f200218e866bbf7d8bb3.zip
SledjHamr-95570c794afa4ea61238f200218e866bbf7d8bb3.tar.gz
SledjHamr-95570c794afa4ea61238f200218e866bbf7d8bb3.tar.bz2
SledjHamr-95570c794afa4ea61238f200218e866bbf7d8bb3.tar.xz
Turn btyacc debugging back on, it's fine now.
Diffstat (limited to '')
-rwxr-xr-xLuaSL/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 7c8ea25..4f2e5e8 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -79,8 +79,7 @@ echo $command
79$command 79$command
80 80
81# I want to remove -d, coz I want an enum, not a bunch of #defines, but btyacc creates #defines internally anyway. sigh 81# I want to remove -d, coz I want an enum, not a bunch of #defines, but btyacc creates #defines internally anyway. sigh
82# Should add -t as well for debugging, but it causes errors. 82command="btyacc -d -t -v -b LuaSL_yaccer -S btyacc-c.ske LuaSL_yaccer.y"
83command="btyacc -d -v -b LuaSL_yaccer -S btyacc-c.ske LuaSL_yaccer.y"
84echo $command 83echo $command
85$command 84$command
86 85