• Hongbo Ni's avatar
    msvcmaker: Fix msvc project file generation under MinGW32. · e0df1b9e
    Hongbo Ni authored
    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.
    e0df1b9e
msvcmaker 31.8 KB