[CE U13 SDK] Missing slash in winntmdl.mki => fatal error LNK1181

Hello SDK - Team,

Also in U13 I am missing a slash in winntmdl.mki. It causes:

LINK : fatal error LNK1181: file "C:\PROGRA~2\MIB055~1\2017\PROFES~1\VC\Tools\MSVC\1416~1.270lib\x64\msvcrt.lib"

Line 545 – 548 in winntmdl.mki

			ntLib           =       ${ntTools}lib/x86/
			AsmCmd          =       ${nttools}bin\HostX86\x86\ml
		%else
			ntLib           =       ${ntTools}lib/x64/

the {} causes to remove the last slash. I would expected something like this:

			ntLib           =       ${ntTools}/lib/x86/
			AsmCmd          =       ${nttools}/bin\HostX86\x86\ml
		%else
			ntLib           =       ${ntTools}/lib/x64/

See also: [CE SDK U12] Define ntLib in winntmdl.mki Line 543ff causes fatal error LNK1181

Thanks a lot

Parents Reply Children
No Data