summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.in
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-08-23 18:19:15 +0000
committermichi_cc <michi_cc@openttd.org>2010-08-23 18:19:15 +0000
commita7e8b67c7c96d7e76b495ce2bed9f5f423870522 (patch)
tree330f12d82f0eeea9438a47ef4bfe17a8821f758f /projects/openttd_vs100.vcxproj.in
parent56e05d1e2cc3feb2b08f7f87494c6ebe1f79e775 (diff)
downloadopenttd-a7e8b67c7c96d7e76b495ce2bed9f5f423870522.tar.xz
(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-in Windows function.
Diffstat (limited to 'projects/openttd_vs100.vcxproj.in')
-rw-r--r--projects/openttd_vs100.vcxproj.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/projects/openttd_vs100.vcxproj.in b/projects/openttd_vs100.vcxproj.in
index 352dd6afa..d4b510128 100644
--- a/projects/openttd_vs100.vcxproj.in
+++ b/projects/openttd_vs100.vcxproj.in
@@ -47,9 +47,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
- </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
@@ -301,17 +298,6 @@
!!FILES!!
</ItemGroup>
<ItemGroup>
- <MASM Include="..\src\os\windows\win64.asm">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
- <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">1</PreserveIdentifierCase>
- <PreservePublicAndExternSymbolCase Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</PreservePublicAndExternSymbolCase>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
- <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Release|x64'">1</PreserveIdentifierCase>
- <PreservePublicAndExternSymbolCase Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</PreservePublicAndExternSymbolCase>
- <FileType>Document</FileType>
- </MASM>
- </ItemGroup>
- <ItemGroup>
<None Include="..\media\openttd.ico" />
<None Include="..\readme.txt" />
</ItemGroup>
@@ -330,7 +316,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
- </ImportGroup>
</Project>