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