X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c00930d43e3a0d01c19523d61bbbdb47b6d1286..0bc836492ec7755ce031f6a3111228acad16c5f7:/distrib/msw/tarwxall diff --git a/distrib/msw/tarwxall b/distrib/msw/tarwxall index 2e71dfac67..b38bddd888 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,10 +99,11 @@ 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 $TAR cf $2/wxAll-${WXVER}.tar wxWindows-${WXVER}/* rm -f -r wxWindows-${WXVER}