(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-in Windows function.

This commit is contained in:
michi_cc
2010-08-23 18:19:15 +00:00
parent 56e05d1e2c
commit a7e8b67c7c
11 changed files with 14 additions and 571 deletions

View File

@@ -91,10 +91,6 @@
<Filter Include="Threading">
<UniqueIdentifier>{c76ff9f1-1e62-46d8-8d55-000000000029}</UniqueIdentifier>
</Filter>
<Filter Include="64-bit Specific Files">
<UniqueIdentifier>{d55d5f1f-aa07-4839-80d7-5ae158609e61}</UniqueIdentifier>
<Extensions>asm</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\airport.cpp">
@@ -2472,9 +2468,4 @@
<None Include="..\media\openttd.ico" />
<None Include="..\readme.txt" />
</ItemGroup>
<ItemGroup>
<MASM Include="..\src\os\windows\win64.asm">
<Filter>64-bit Specific Files</Filter>
</MASM>
</ItemGroup>
</Project>