From: Julian Smart Date: Thu, 12 Sep 2002 22:25:56 +0000 (+0000) Subject: Small updates X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/564098605facb4c5fa710255915324bfe83e100e?ds=inline Small updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tardist b/distrib/msw/tardist index ce38ac9cd5..4093e66f17 100644 --- a/distrib/msw/tardist +++ b/distrib/msw/tardist @@ -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 diff --git a/distrib/msw/tarwxall b/distrib/msw/tarwxall index 2e71dfac67..a6cecb08d8 100755 --- a/distrib/msw/tarwxall +++ b/distrib/msw/tarwxall @@ -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