msvcmaker: Fix msvc project file generation under MinGW32.
commite0df1b9e578d6bd3eab1dc7dcabe404806f04d00
authorHongbo Ni <hongbo@njstar.com>
Wed, 6 Aug 2008 00:20:40 +0000 (6 10:20 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Aug 2008 09:45:59 +0000 (20 11:45 +0200)
tree94036b8bc8242c2c07adf0aad53fe08f504fce76
parent4421e3ebe50a760cc0df6256d318d44b350479dd
msvcmaker: Fix msvc project file generation under MinGW32.

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