Fix Visual C++ 2008 Project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Nov 2011 04:16:59 +0000 (12:16 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Nov 2011 04:16:59 +0000 (12:16 +0800)
Fix up DLL naming for x64, to be consistent across the board.

build/win32/vs9/atk.vcprojin

index 4089412..9cfd699 100644 (file)
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies=""
-                               OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
+                               OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
                                LinkIncremental="2"
                                ModuleDefinitionFile="..\..\..\atk\atk.def"
                                GenerateDebugInformation="true"
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies=""
-                               OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
+                               OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
                                LinkIncremental="2"
                                ModuleDefinitionFile="..\..\..\atk\atk.def"
                                GenerateDebugInformation="true"