msvcmaker: fix msvc project file generation under MinGW32

Hongbo Ni hongboni at njstar.com
Tue Aug 19 20:37:49 CDT 2008


msvcmaker creates corrupted project file (.dsp) when running on windows 
under MinGW32, It happens for tests of more than one c files.

When converting a makefile to a msvc .dsp file, if a line is ended with
a back slash, it will be joined with next line. This patch changes the
joining character from '\n' to a space in order to fix the bug of 
running MinGW32 on Windows.

---
 tools/winapi/msvcmaker |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0013-msvcmaker-fix-msvc-project-file-generation.patch
Type: application/octet-stream
Size: 702 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080820/d65e9bb1/attachment-0001.obj 
-------------- next part --------------

  Hongbo Ni <hongbo at njstar.com>
+----------------------------------------------------------------+
* NJStar Software Corp., P.O. Box 40, Epping NSW 2121, Australia.
* Tel:  +61-2-9869-1088  WebSite: http://www.njstar.com 
* Fax:  +61-2-9869-1099  Email:   http://njstar.com/contact/  
* eFax: +1-253-595-4788
+----------------------------------------------------------------+


More information about the wine-patches mailing list