]> git.saurik.com Git - wxWidgets.git/blame_incremental - 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
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
6
7# clean out the local dist dir
8rm -f dist/*
9