mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
update MSVC14 build
This commit is contained in:
parent
7160679eee
commit
86b96b21fa
3 changed files with 20 additions and 7 deletions
|
|
@ -78,15 +78,15 @@
|
|||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreBuildEventUseInBuild>
|
||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreBuildEventUseInBuild>
|
||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreBuildEventUseInBuild>
|
||||
<PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreBuildEventUseInBuild>
|
||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreLinkEventUseInBuild>
|
||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreLinkEventUseInBuild>
|
||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreLinkEventUseInBuild>
|
||||
<PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreLinkEventUseInBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
|
|
@ -122,6 +122,9 @@
|
|||
<CustomBuildStep>
|
||||
<Outputs>x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)</Outputs>
|
||||
</CustomBuildStep>
|
||||
<PreBuildEvent>
|
||||
<Command>run.bat "$(TargetPath)"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
|
|
@ -156,6 +159,9 @@
|
|||
<CustomBuildStep>
|
||||
<Outputs>x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)</Outputs>
|
||||
</CustomBuildStep>
|
||||
<PreBuildEvent>
|
||||
<Command>run.bat "$(TargetPath)"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
|
|
@ -190,6 +196,9 @@
|
|||
<CustomBuildStep>
|
||||
<Outputs>x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)</Outputs>
|
||||
</CustomBuildStep>
|
||||
<PreBuildEvent>
|
||||
<Command>run.bat "$(TargetPath)"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
|
|
@ -223,6 +232,9 @@
|
|||
<CustomBuildStep>
|
||||
<Outputs>x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs)</Outputs>
|
||||
</CustomBuildStep>
|
||||
<PreBuildEvent>
|
||||
<Command>run.bat "$(TargetPath)"</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\tools\genperf\genperf.c" />
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ echo Building with Python ...
|
|||
set _res_=%_my_:*REG_SZ=%
|
||||
set _end_=%_res_:*exe"=%
|
||||
call set _python_=%%_res_:%_end_%=%%
|
||||
echo %_python_%
|
||||
call %_python_% modules\arch\x86\gen_x86_insn.py
|
||||
|
||||
:therest
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@
|
|||
HelpContext="0"
|
||||
DisplayName="Map File Name"
|
||||
Description="Select a map output by setting its file name"
|
||||
Switch="--mapdir= "[value]"" />
|
||||
Switch="--mapdir="[value]"" />
|
||||
|
||||
<StringProperty
|
||||
Name="ErrorFile"
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
HelpContext="0"
|
||||
DisplayName="External Symbol Prefix"
|
||||
Description="Prepend symbol to all external symbols"
|
||||
Switch="--prefix "[value]"" />
|
||||
Switch="--prefix="[value]"" />
|
||||
|
||||
<StringProperty
|
||||
Name="SymbolSuffix"
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
HelpContext="0"
|
||||
DisplayName="External Symbol Suffix"
|
||||
Description="Append symbol to all external symbols"
|
||||
Switch="--suffix "[value]"" />
|
||||
Switch="--suffix="[value]"" />
|
||||
|
||||
<EnumProperty
|
||||
Name="PreProc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue