projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1038e41
)
Don't run swig on non-lua branch
author
Ari Johnson
<iamtheari@gmail.com>
Fri, 25 Mar 2011 00:56:08 +0000
(20:56 -0400)
committer
Ari Johnson
<iamtheari@gmail.com>
Fri, 25 Mar 2011 00:56:08 +0000
(20:56 -0400)
utils/preparedist.sh
patch
|
blob
|
history
diff --git
a/utils/preparedist.sh
b/utils/preparedist.sh
index 4cf6d460b869a0a4bdda037c4c26f0f71ae76ce9..e2a6ac1bf0bc96d1559e2340bfb1a852f7630141 100755
(executable)
--- 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/