summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-07-13 14:33:05 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-07-13 14:33:05 +0800
commitcc294ea378be0f56e489dc87c33f0fdd4fe8fe20 (patch)
tree15f6ffd4651bc46487ce94914606780deda9925b
parent0e74f4ae9fcdb56f14c6df232ad7892b09166212 (diff)
downloadatk-cc294ea378be0f56e489dc87c33f0fdd4fe8fe20.tar.gz
Update Visual Studio property sheets
Added macros necessary for the build to export variables (which cannot be exported just with the .def file only)
-rw-r--r--build/win32/vs10/atk.props2
-rw-r--r--build/win32/vs9/atk.vsprops4
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"