提交 f0cc03d0 编写于 作者: S stevenj

fixed mingw .def file

darcs-hash:20100617042635-c8de0-5aee09684188626af74b04feb9187b729c51ea97.gz
上级 c2fe615d
......@@ -10,7 +10,7 @@ for dll in *.dll; do
def=`basename $dll .dll`.def
echo "LIBRARY $dll" > $def
echo EXPORTS >> $def
i586-mingw32msvc-nm $dll | grep ' T _' | sed 's/.* T _//' | grep nlopt >> $def
i586-mingw32msvc-nm $dll | grep ' T _' | sed 's/.* T _//' | egrep 'nlopt|nlo_' |cut -d@ -f1 >> $def
done
cd ../..
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册