[atk] Update Visual Studio property sheets



commit cc294ea378be0f56e489dc87c33f0fdd4fe8fe20
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jul 13 14:33:05 2011 +0800

    Update Visual Studio property sheets
    
    Added macros necessary for the build to export variables (which cannot
    be exported just with the .def file only)

 build/win32/vs10/atk.props  |    2 +-
 build/win32/vs9/atk.vsprops |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props
index d483d50..6eceee5 100644
--- a/build/win32/vs10/atk.props
+++ b/build/win32/vs10/atk.props
@@ -80,7 +80,7 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(AtkApiVersion).lib $(Cop
 
 </AtkDoInstall>
     <GenerateAtkDef>echo EXPORTS &gt;"..\..\..\atk\atk.def" &amp;&amp; cl /EP ..\..\..\atk\atk.symbols &gt;&gt;"..\..\..\atk\atk.def"</GenerateAtkDef>
-    <AtkDefines>ATK_LOCALEDIR="\"$(AtkDummyPrefix)/share/locale\""</AtkDefines>
+    <AtkDefines>ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR="$(AtkDummyPrefix)/share/locale"</AtkDefines>
     <AtkLibtoolCompatibleDllPrefix>lib</AtkLibtoolCompatibleDllPrefix>
     <AtkLibtoolCompatibleDllSuffix>-2.0-0</AtkLibtoolCompatibleDllSuffix>
     <AtkSeparateVS10DllPrefix />
diff --git a/build/win32/vs9/atk.vsprops b/build/win32/vs9/atk.vsprops
index e166905..56d419e 100644
--- a/build/win32/vs9/atk.vsprops
+++ b/build/win32/vs9/atk.vsprops
@@ -4,7 +4,7 @@
 	Version="8.00"
 	Name="atkprops"
 	OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
-	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)\"
+	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
 	>
 	<Tool
 		Name="VCCLCompilerTool"
@@ -88,7 +88,7 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).l
 	/>
 	<UserMacro
 		Name="AtkDefines"
-		Value="ATK_LOCALEDIR=&quot;\&quot;$(AtkDummyPrefix)/share/locale\&quot;&quot;"
+		Value="ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR=\&quot;$(AtkDummyPrefix)/share/locale\&quot;"
 	/>
 	<UserMacro
 		Name="AtkLibtoolCompatibleDllPrefix"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]