]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/do-build-windows
ignore warning 4535 for VC8 too as it still seems to be harmless
[wxWidgets.git] / wxPython / distrib / all / do-build-windows
index 2f3d1ec105b3b85dcf7b9b19e4eab923382afba9..050b6e30512be791aed0df137fcb95e6a09d6826 100755 (executable)
@@ -116,13 +116,14 @@ fi
 # $WXDIR/lib/vc_dll/tex2rtf.exe $DOCSRC $DOCDEST -twice -html -macros $DOCINI
 
 
-echo "Extracting html docs..."
-mkdir -p $WXDIR/docs/html/wx
-cd $WXDIR/docs/html/wx
-rm -rf *
-tar xjf $DESTDIR/wxPython-docs-$VERSION.tar.bz2
-rm $DESTDIR/wxPython-docs-$VERSION.tar.bz2
-unzip wxPython-$VERSION/docs/wx.zip
+# echo "Extracting html docs..."
+# mkdir -p $WXDIR/docs/html/wx
+# cd $WXDIR/docs/html/wx
+# rm -rf *
+# tar xjf $DESTDIR/wxPython-docs-$VERSION.tar.bz2
+# rm $DESTDIR/wxPython-docs-$VERSION.tar.bz2
+# unzip wxPython-$VERSION/docs/wx.zip
+
 
 echo "Building the HTMLHelp file..."
 cd $WXDIR/docs/html/wx
@@ -149,6 +150,7 @@ if [ $CHARTYPE = both -o $CHARTYPE = unicode ]; then
     b $PYVER r UNICODE=1 USE_SWIG=0
 fi
 
+
 echo "Building the developer package..."
 WXWIN=`cygpath -w $WXDIR`
 export WXWIN