mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-17 23:31:29 +00:00
- Fixed: The x64 Release build was configured to use the 32-bit GME, and
neither release nor debug builds built the library. SVN r1966 (trunk)
This commit is contained in:
parent
de8ec46c06
commit
39bd295da8
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
November 7, 2009
|
||||
- Fixed: The x64 Release build was configured to use the 32-bit GME, and
|
||||
neither release nor debug builds built the library.
|
||||
- Fixed: R_GetOneSkyColumn() and R_GetTwoSkyColumns are mulscaling an
|
||||
unsigned integer that can use all 32 bits. They must therefore use
|
||||
the unsigned mul instruction rather than the signed imul instruction.
|
||||
|
|
|
@ -165,9 +165,11 @@ Global
|
|||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|Win32.ActiveCfg = Release|Win32
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|Win32.Build.0 = Release|Win32
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|x64.ActiveCfg = Release|x64
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|x64.Build.0 = Release|x64
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|Win32.Build.0 = Release|Win32
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.ActiveCfg = Release|Win32
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.ActiveCfg = Release|x64
|
||||
{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Reference in a new issue