diff options
author | michi_cc <michi_cc@openttd.org> | 2010-08-23 18:19:15 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-08-23 18:19:15 +0000 |
commit | a7e8b67c7c96d7e76b495ce2bed9f5f423870522 (patch) | |
tree | 330f12d82f0eeea9438a47ef4bfe17a8821f758f /projects/openttd_vs100.vcxproj | |
parent | 56e05d1e2cc3feb2b08f7f87494c6ebe1f79e775 (diff) | |
download | openttd-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')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 83513534a..7a9bc2438 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -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> @@ -1090,17 +1087,6 @@ <ClCompile Include="..\src\thread\thread_win32.cpp" /> </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> @@ -1119,7 +1105,4 @@ </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> - </ImportGroup> </Project> |