]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/create_archives.sh
Give MSVS project files DOS line endings.
[wxWidgets.git] / distrib / scripts / create_archives.sh
index 14f21ae24bac5ccba1e7285078b26a2a66854805..2a32f717abfc3cbed8c80c7a509b98542d0d31ee 100755 (executable)
@@ -182,6 +182,10 @@ prepareforrelease()
     # cp $APPDIR/include/wx/os2/setup0.h $APPDIR/include/wx/os2/setup.h
     cp $APPDIR/include/wx/msw/setup0.h $APPDIR/include/wx/msw/setup.h
     cp $APPDIR/include/wx/univ/setup0.h $APPDIR/include/wx/univ/setup.h
+    
+    # Make MSW project files have DOS line endings.
+    unix2dos `cat $MANIFESTDIR/vc.rsp` 
+    
     popd
 }