]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYSTEM, from wxLocale::GetSystemE...
[wxWidgets.git] / 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