From: Ari Johnson Date: Fri, 25 Mar 2011 00:56:08 +0000 (-0400) Subject: Don't run swig on non-lua branch X-Git-Tag: 0.73p2~7 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=37b39f4c4f79fe275bda18fdfa57c7bf8afcca7a;p=cobramush.git Don't run swig on non-lua branch --- diff --git a/utils/preparedist.sh b/utils/preparedist.sh index 4cf6d46..e2a6ac1 100755 --- a/utils/preparedist.sh +++ b/utils/preparedist.sh @@ -19,10 +19,6 @@ chmod 755 utils/update.pl # Step 2: create auto-generated source/header files echo "Generating source and header files..." -cd src -swig -o mushlua_wrap.c -lua mushlua.i -cd .. - perl utils/mkcmds.pl all mv hdrs/cmds.h win32/ mv hdrs/switches.h win32/