From 9104f2419efb298f066652ff0841b379b9f0f619 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 7 Jan 2012 01:42:00 +1000 Subject: No need to actually compile the LSL flex and yacc sources, they are just reference now. I'll be writing me own. --- LuaSL/build.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'LuaSL/build.sh') 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" echo $command $command - -command="flex --outfile=LuaSL_LSL_lexer.c --header-file=LuaSL_LSL_lexer.h LuaSL_LSL_lexer.l" -echo $command -$command - -command="btyacc -d -b LuaSL_LSL_yaccer -S btyacc-c.ske LuaSL_LSL_yaccer.y" -echo $command -$command - - -- cgit v1.1