summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-11-22 12:16:59 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-11-22 12:16:59 +0800
commit7e276898dcbe6aa80cfc6b58f017e28aa3cea358 (patch)
treecff384f02cef805636638a9d82715cd915f72df0
parentf9bf3bc91d3b04c0baa35c315014742b42f45bf8 (diff)
downloadatk-7e276898dcbe6aa80cfc6b58f017e28aa3cea358.tar.gz
Fix Visual C++ 2008 Project
Fix up DLL naming for x64, to be consistent across the board.
-rw-r--r--build/win32/vs9/atk.vcprojin4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs9/atk.vcprojin b/build/win32/vs9/atk.vcprojin
index 4089412..9cfd699 100644
--- a/build/win32/vs9/atk.vcprojin
+++ b/build/win32/vs9/atk.vcprojin
@@ -121,7 +121,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies=""
- OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
+ OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\atk\atk.def"
GenerateDebugInformation="true"
@@ -154,7 +154,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies=""
- OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)-$(AtkDllSuffix).dll"
+ OutputFile="$(OutDir)\$(AtkDllPrefix)$(ProjectName)$(AtkDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\atk\atk.def"
GenerateDebugInformation="true"