From: Kevin Ollivier Date: Sat, 8 Jul 2006 05:43:51 +0000 (+0000) Subject: Give MSVS project files DOS line endings. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3335d62252000cd662ae15b13d8fd8e237bf097e Give MSVS project files DOS line endings. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 14f21ae24b..2a32f717ab 100755 --- a/distrib/scripts/create_archives.sh +++ b/distrib/scripts/create_archives.sh @@ -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 }