2 Star 0 Fork 0

luofl/vsyasm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yasm.props 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
luofl 提交于 2017-05-09 21:22 +08:00 . Fix error of yasm.props
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup
Condition="'$(YASMBeforeTargets)' == '' and '$(YASMAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<YASMBeforeTargets>Midl</YASMBeforeTargets>
<YASMAfterTargets>CustomBuild</YASMAfterTargets>
</PropertyGroup>
<PropertyGroup>
<YasmPath Condition= "'$(YASMPATH)' == ''">$(VCInstallDir)bin\</YasmPath>
</PropertyGroup>
<ItemDefinitionGroup>
<YASM>
<Preprocessor>0</Preprocessor>
<Parser>0</Parser>
<OutputFormat>$(IntDir)%(FileName).obj</OutputFormat>
<CommandLineTemplate>"$(YasmPath)"yasm.exe -Xvc -f win$(PlatformArchitecture) [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
<ExecutionDescription>%(Identity)</ExecutionDescription>
</YASM>
</ItemDefinitionGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/luofl/vsyasm.git
git@gitee.com:luofl/vsyasm.git
luofl
vsyasm
vsyasm
master

搜索帮助