msvcmaker: fix msvc project file generation under MinGW32

Hongbo Ni hongbo at njstar.com
Tue Aug 19 20:32:07 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/68e77ed0/attachment.obj 


More information about the wine-patches mailing list