Fixed include path for the asm HQ filters.
This commit is contained in:
parent
e62f3407c5
commit
f099e3ba71
|
@ -676,7 +676,7 @@
|
|||
<Tool
|
||||
Name="NASM"
|
||||
Optimization="1"
|
||||
IncludePath="../../src/hq/asm/"
|
||||
IncludePath="../../src/filters/hq/asm/"
|
||||
DisableOrphanLabelsWarning="true"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -701,7 +701,7 @@
|
|||
<Tool
|
||||
Name="NASM"
|
||||
Optimization="1"
|
||||
IncludePath="../../src/hq/asm/"
|
||||
IncludePath="../../src/filters/hq/asm/"
|
||||
DisableOrphanLabelsWarning="true"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -726,7 +726,7 @@
|
|||
<Tool
|
||||
Name="NASM"
|
||||
Optimization="1"
|
||||
IncludePath="../../src/hq/asm/"
|
||||
IncludePath="../../src/filters/hq/asm/"
|
||||
DisableOrphanLabelsWarning="true"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -751,7 +751,7 @@
|
|||
<Tool
|
||||
Name="NASM"
|
||||
Optimization="1"
|
||||
IncludePath="../../src/hq/asm/"
|
||||
IncludePath="../../src/filters/hq/asm/"
|
||||
DisableOrphanLabelsWarning="true"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
Loading…
Reference in New Issue