]> git.saurik.com Git - wxWidgets.git/commitdiff
fix missing setup.h file(s) http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442...
authorChris Elliott <biol75@york.ac.uk>
Wed, 10 Jan 2007 13:38:17 +0000 (13:38 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 10 Jan 2007 13:38:17 +0000 (13:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index 72eb7a543e12d076c1e4193bef36b4e9457cb6d1..66dc24d192e95214c0cfc82fff37d2f67109f96d 100755 (executable)
@@ -42,7 +42,7 @@ else
     cvs update -d -P
 fi
 #copy setup0.h setup.h for msw
-find . -name setup.h | xargs rm -rf
+rm include/wx/msw/setup.h
 cp include/wx/msw/setup0.h include/wx/msw/setup.h
 
 # this is where we will store the wxAll tarball we create