update the YASM VS integration property file

This commit is contained in:
Brian Gladman 2018-09-28 23:32:05 +01:00
parent ede5cee95e
commit 64d9a3196c

View File

@ -10,7 +10,7 @@
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(YASMDependsOn)</YASMDependsOn> Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(YASMDependsOn)</YASMDependsOn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<YasmPath Condition= "'$(YASMPATH)' == ''">C:\Program Files\yasm\</YasmPath> <YASM_PATH Condition= "'$(YASM_PATH)' == ''">C:\Program Files\yasm\</YASM_PATH>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<YASM> <YASM>
@ -18,7 +18,7 @@
<ObjectFile>$(IntDir)%(FileName).obj</ObjectFile> <ObjectFile>$(IntDir)%(FileName).obj</ObjectFile>
<PreProc>0</PreProc> <PreProc>0</PreProc>
<Parser>0</Parser> <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> <Outputs>%(ObjectFile)</Outputs>
<ExecutionDescription>Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj</ExecutionDescription> <ExecutionDescription>Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj</ExecutionDescription>
<ShowOnlyRuleProperties>false</ShowOnlyRuleProperties> <ShowOnlyRuleProperties>false</ShowOnlyRuleProperties>