﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3973	Building omc on Windows fails on some computers	Adrian Pop	Adrian Pop	"On some computers cloning OpenModelica from github.com or openmodelica.org mirror and compiling using msys2 fails because make thinks that {{{CR}}} is a target. 
The file that has the issue is:
OpenModelica/OMCompiler/Compiler/boot/Makefile.sources
and is generated via OMC and then included in:
OpenModelica/OMCompiler/Compiler/boot/Makefile.common
which is included in:
OpenModelica/OMCompiler/Compiler/boot/Makefile.omdev.mingw

File Makefile.sources has different line endings, either {{{CRLF}}} or {{{CR}}} at the end of ALL_OBJECTS or ALL_SOURCES variable. The script that generates the file is MakeSources.mos which uses either 
{{{\n}}} 
or
{{{""
""}}}
and the problem seems to appear if the latter is used."	defect	closed	high	Future	Build Environment		fixed		Patrick Täuber Niklas Worschech
