Skip to content

Commit 598d8c9

Browse files
committed
Fix ASM include paths.
Fixe winrt compile includes
1 parent a95cad0 commit 598d8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/projectGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ void ProjectGenerator::outputASMTools(string& projectTemplate) const
15621562
if (m_configHelper.isASMEnabled() && (m_includesASM.size() > 0)) {
15631563
string definesASM = "\r\n\
15641564
<NASM>\r\n\
1565-
<IncludePaths>$(ProjectDir);$(ProjectDir)\\template_rootdir;$(ProjectDir)\\template_rootdir\\$(ProjectName)\\x86;%(IncludePaths)</IncludePaths>\r\n\
1565+
<IncludePaths>$(ProjectDir);$(ProjectDir)\\template_rootdir;$(ProjectDir)\\template_rootdir\\" + m_projectName + "\\x86;%(IncludePaths)</IncludePaths>\r\n\
15661566
<PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>\r\n\
15671567
<GenerateDebugInformation>false</GenerateDebugInformation>\r\n\
15681568
</NASM>";

0 commit comments

Comments
 (0)