- Fixed: The x64 project configuration had not been kept synced with the Win32 configuration

and did not exclude sbarinfo_commands.cpp from the build.

SVN r2442 (trunk)
This commit is contained in:
Randy Heit 2010-07-19 03:39:32 +00:00
parent 921c950bad
commit 3a48da2c56

View file

@ -2283,6 +2283,14 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
@ -2291,6 +2299,14 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\g_shared\shared_hud.cpp"