+rm -f -r wxWidgets-${WXVER}
+mkdir wxWidgets-${WXVER}
+
+# If we have the full set of VC++ project files,
+# get them
+if [ -f $2/extra/wxWidgets-${WXVER}-VC.zip ]; then
+ unzip -o $2/extra/wxWidgets-${WXVER}-VC.zip
+else
+ echo "Warning - did not find $2/deliver/extra/wxWidgets-${WXVER}-VC.zip"
+fi