We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95cad0 commit 598d8c9Copy full SHA for 598d8c9
source/projectGenerator.cpp
@@ -1562,7 +1562,7 @@ void ProjectGenerator::outputASMTools(string& projectTemplate) const
1562
if (m_configHelper.isASMEnabled() && (m_includesASM.size() > 0)) {
1563
string definesASM = "\r\n\
1564
<NASM>\r\n\
1565
- <IncludePaths>$(ProjectDir);$(ProjectDir)\\template_rootdir;$(ProjectDir)\\template_rootdir\\$(ProjectName)\\x86;%(IncludePaths)</IncludePaths>\r\n\
+ <IncludePaths>$(ProjectDir);$(ProjectDir)\\template_rootdir;$(ProjectDir)\\template_rootdir\\" + m_projectName + "\\x86;%(IncludePaths)</IncludePaths>\r\n\
1566
<PreIncludeFiles>config.asm;%(PreIncludeFiles)</PreIncludeFiles>\r\n\
1567
<GenerateDebugInformation>false</GenerateDebugInformation>\r\n\
1568
</NASM>";
0 commit comments