summaryrefslogtreecommitdiff
path: root/Mkfiles/vc15/vsyasm.props
diff options
context:
space:
mode:
Diffstat (limited to 'Mkfiles/vc15/vsyasm.props')
-rw-r--r--Mkfiles/vc15/vsyasm.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mkfiles/vc15/vsyasm.props b/Mkfiles/vc15/vsyasm.props
index 889097fa..8e2269b6 100644
--- a/Mkfiles/vc15/vsyasm.props
+++ b/Mkfiles/vc15/vsyasm.props
@@ -10,7 +10,7 @@
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(YASMDependsOn)</YASMDependsOn>
</PropertyGroup>
<PropertyGroup>
- <YasmPath Condition= "'$(YASMPATH)' == ''">C:\Program Files\yasm\</YasmPath>
+ <YASM_PATH Condition= "'$(YASM_PATH)' == ''">C:\Program Files\yasm\</YASM_PATH>
</PropertyGroup>
<ItemDefinitionGroup>
<YASM>
@@ -18,10 +18,10 @@
<ObjectFile>$(IntDir)%(FileName).obj</ObjectFile>
<PreProc>0</PreProc>
<Parser>0</Parser>
- <CommandLineTemplate>"$(YasmPath)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
+ <CommandLineTemplate>"$(YASM_PATH)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
<Outputs>%(ObjectFile)</Outputs>
<ExecutionDescription>Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj</ExecutionDescription>
<ShowOnlyRuleProperties>false</ShowOnlyRuleProperties>
</YASM>
</ItemDefinitionGroup>
-</Project> \ No newline at end of file
+</Project>