* Updated to ZDoom r2442:

- Fixed: The x64 project configuration had not been kept synced with the Win32 configuration and did not exclude sbarinfo_commands.cpp from the build.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@845 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-07-19 10:37:43 +00:00
parent 263d0c3e11
commit 0dcbdf347b
2 changed files with 18 additions and 2 deletions

View file

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

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "2441"
#define ZD_SVN_REVISION_NUMBER 2441
#define ZD_SVN_REVISION_STRING "2442"
#define ZD_SVN_REVISION_NUMBER 2442