From cc294ea378be0f56e489dc87c33f0fdd4fe8fe20 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 13 Jul 2011 14:33:05 +0800 Subject: [PATCH] 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 echo EXPORTS >"..\..\..\atk\atk.def" && cl /EP ..\..\..\atk\atk.symbols >>"..\..\..\atk\atk.def" - ATK_LOCALEDIR="\"$(AtkDummyPrefix)/share/locale\"" + ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR="$(AtkDummyPrefix)/share/locale" lib -2.0-0 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)" >