]> git.saurik.com Git - wxWidgets.git/commitdiff
Small updates
authorJulian Smart <julian@anthemion.co.uk>
Thu, 12 Sep 2002 22:25:56 +0000 (22:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 12 Sep 2002 22:25:56 +0000 (22:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tardist
distrib/msw/tarwxall

index ce38ac9cd5f7dca07d5459d0ca8dc19dc94812c7..4093e66f1700a517d793d72c92536e62512ad0e5 100644 (file)
@@ -182,6 +182,15 @@ $TAR cf $2/wxAll-${WXVER}.tar -T /tmp/wxall.txt
 echo Re-tarring wxAll in a subdirectory...
 cd $2
 mkdir wxWindows-${WXVER}
+
+# If we have the full set of VC++ project files,
+# get them
+if [ -f $2/extra/wxWindows-${WXVER}-VC.zip ]; then
+  unzip -o $2/extra/wxWindows-${WXVER}-VC.zip
+else
+  echo "Warning - did not find $2/deliver/extra/wxWindows-${WXVER}-VC.zip"
+fi
+
 cd wxWindows-${WXVER}
 $TAR xf ../wxAll-${WXVER}.tar
 
@@ -198,8 +207,8 @@ cp $1/include/wx/os2/*.H include/wx/os2
 cp $1/src/os2/*.CPP $1/src/os2/*.I src/os2
 
 # Make all OS/2 files lower case
-$1/distrib/namedown include/wx/os2/*.H
-$1/distrib/namedown src/os2/*.CPP src/os2/*.I
+$1/distrib/msw/namedown include/wx/os2/*.H
+$1/distrib/msw/namedown src/os2/*.CPP src/os2/*.I
 
 cd ..
 rm -f wxAll-${WXVER}.tar
index 2e71dfac67d2467c931e657dc689c7ed60b68c25..a6cecb08d820069dec7690b83b3d5b2cf7ac39a0 100755 (executable)
@@ -77,8 +77,8 @@ mkdir wxWindows-${WXVER}
 
 # If we have the full set of VC++ project files,
 # get them
-if [ -f $2/deliver/extra/wxWindows-${WXVER}-VC.zip ]; then
-  unzip -o $2/deliver/extra/wxWindows-${WXVER}-VC.zip
+if [ -f $2/extra/wxWindows-${WXVER}-VC.zip ]; then
+  unzip -o $2/extra/wxWindows-${WXVER}-VC.zip
 else
   echo "Warning - did not find $2/deliver/extra/wxWindows-${WXVER}-VC.zip"
 fi
@@ -99,8 +99,8 @@ cp $1/include/wx/os2/*.H include/wx/os2
 cp $1/src/os2/*.CPP $1/src/os2/*.I src/os2
 
 # Make all OS/2 files lower case
-$1/distrib/namedown include/wx/os2/*.H
-$1/distrib/namedown src/os2/*.CPP src/os2/*.I
+$1/distrib/msw/namedown include/wx/os2/*.H
+$1/distrib/msw/namedown src/os2/*.CPP src/os2/*.I
 
 cd ..
 rm -f wxAll-${WXVER}.tar