]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/all/build-setup
ignore warning 4535 for VC8 too as it still seems to be harmless
[wxWidgets.git] / wxPython / distrib / all / build-setup
CommitLineData
e4bb5998
RD
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
e4bb5998
RD
6
7# clean out the local dist dir
8rm -f dist/*
9