From: Robin Dunn Date: Wed, 16 Jun 2004 05:18:58 +0000 (+0000) Subject: make sure the dist dir is created X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8396fb3fdce9c2b1a685632991633dafeb063291 make sure the dist dir is created git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/all/build-windows b/wxPython/distrib/all/build-windows index 0b8ea638b1..804f2b8c76 100755 --- a/wxPython/distrib/all/build-windows +++ b/wxPython/distrib/all/build-windows @@ -72,6 +72,7 @@ cp `cygpath $WXWIN_OLD/docs/htmlhelp`/*.chm $WXDIR/docs/htmlhelp echo "Building wxPython and installers..." cd $WXDIR/wxPython +mkdir -p dist for ver in $PYVER; do echo $ver