Use the now 'official' makemo.py when building packages.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,18 +70,14 @@ if [ "$OSTYPE" = "cygwin" ]; then
|
|||||||
UNI=-uni
|
UNI=-uni
|
||||||
fi
|
fi
|
||||||
./.make hybrid$UNI
|
./.make hybrid$UNI
|
||||||
|
|
||||||
# make tools for docs creation, etc.
|
# make tools for docs creation, etc.
|
||||||
./.make_tools
|
./.make_tools
|
||||||
|
|
||||||
# update the language files
|
|
||||||
cd $WXWIN/locale
|
|
||||||
make allmo
|
|
||||||
|
|
||||||
$TOOLS/Python$PY_VERSION/python `cygpath -d $WXWIN/wxPython/distrib/makemo.py`
|
|
||||||
|
|
||||||
cd $WXWIN/wxPython
|
cd $WXWIN/wxPython
|
||||||
|
|
||||||
|
# update the language files
|
||||||
|
$TOOLS/Python$PY_VERSION/python `cygpath -d $WXWIN/wxPython/distrib/makemo.py`
|
||||||
|
|
||||||
rm -rf build build.unicode
|
rm -rf build build.unicode
|
||||||
rm -rf wx/*.pyd
|
rm -rf wx/*.pyd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user