]> git.saurik.com Git - wxWidgets.git/commitdiff
create_archives.sh
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 17 Jul 2006 06:37:40 +0000 (06:37 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 17 Jul 2006 06:37:40 +0000 (06:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/create_archives.sh

index ae1b44dbe423bb45227eeeb8829fcf90227c8a34..08d7a29d06de37f3388fc2f69a17d6b03c4a3d29 100755 (executable)
@@ -135,16 +135,25 @@ dospinport(){
     pushd /tmp/wx$port
     # use DOS line endings for text files for MSW archives.
     if [ $port = "msw" ]; then
     pushd /tmp/wx$port
     # use DOS line endings for text files for MSW archives.
     if [ $port = "msw" ]; then
-        find . -name \*.txt -exec unix2dos {} \;
+        find . -name \*.bkl  -exec unix2dos {} \;
+        find . -name \*.bcc  -exec unix2dos {} \;
+        find . -name \*.c    -exec unix2dos {} \;
+        find . -name \*.cpp  -exec unix2dos {} \;
+        find . -name \*.cxx  -exec unix2dos {} \;
+        find . -name \*.dmc  -exec unix2dos {} \;
+        find . -name \*.dms  -exec unix2dos {} \;
+        find . -name \*.dsp  -exec unix2dos {} \;
+        find . -name \*.dsw  -exec unix2dos {} \;
+        find . -name \*.h    -exec unix2dos {} \;
         find . -name \*.htm* -exec unix2dos {} \;
         find . -name \*.htm* -exec unix2dos {} \;
-        find . -name \*.h -exec unix2dos {} \;
-        find . -name \*.c -exec unix2dos {} \;
-        find . -name \*.cpp -exec unix2dos {} \;
-        find . -name \*.cxx -exec unix2dos {} \;
-        find . -name \*.ini -exec unix2dos {} \;
-        find . -name \*.rc -exec unix2dos {} \;
-        find . -name \*.bkl -exec unix2dos {} \;
-        find . -name \*.tex -exec unix2dos {} \;
+        find . -name \*.ini  -exec unix2dos {} \;
+        find . -name \*.rc   -exec unix2dos {} \;
+        find . -name \*.tex  -exec unix2dos {} \;
+        find . -name \*.txt  -exec unix2dos {} \;
+        find . -name \*.vc   -exec unix2dos {} \;
+        find . -name \*.vcp  -exec unix2dos {} \;
+        find . -name \*.vcw  -exec unix2dos {} \;
+        find . -name \*.wat  -exec unix2dos {} \;
     fi
     echo "Creating wx$portname-$VERSION.zip..."
     zip $ZIPFLAGS -r -9 $APPDIR/deliver/wx$portname-$VERSION.zip .
     fi
     echo "Creating wx$portname-$VERSION.zip..."
     zip $ZIPFLAGS -r -9 $APPDIR/deliver/wx$portname-$VERSION.zip .