aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-07 01:42:00 +1000
committerDavid Walter Seikel2012-01-07 01:42:00 +1000
commit9104f2419efb298f066652ff0841b379b9f0f619 (patch)
tree7962c219f2bff927da02a75747885dd87f00899e /LuaSL/build.sh
parentConvert the parser from dealing with just expressions, to dealing with the en... (diff)
downloadSledjHamr-9104f2419efb298f066652ff0841b379b9f0f619.zip
SledjHamr-9104f2419efb298f066652ff0841b379b9f0f619.tar.gz
SledjHamr-9104f2419efb298f066652ff0841b379b9f0f619.tar.bz2
SledjHamr-9104f2419efb298f066652ff0841b379b9f0f619.tar.xz
No need to actually compile the LSL flex and yacc sources, they are just reference now. I'll be writing me own.
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index b118f5a..7c8ea25 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -97,13 +97,3 @@ command="gcc $CFLAGS -o ../LuaSL_parser $objects $LDFLAGS $libs"
97echo $command 97echo $command
98$command 98$command
99 99
100
101command="flex --outfile=LuaSL_LSL_lexer.c --header-file=LuaSL_LSL_lexer.h LuaSL_LSL_lexer.l"
102echo $command
103$command
104
105command="btyacc -d -b LuaSL_LSL_yaccer -S btyacc-c.ske LuaSL_LSL_yaccer.y"
106echo $command
107$command
108
109