diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-13 14:33:05 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-07-13 14:33:05 +0800 |
commit | cc294ea378be0f56e489dc87c33f0fdd4fe8fe20 (patch) | |
tree | 15f6ffd4651bc46487ce94914606780deda9925b /build | |
parent | 0e74f4ae9fcdb56f14c6df232ad7892b09166212 (diff) | |
download | atk-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)
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/atk.props | 2 | ||||
-rw-r--r-- | 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 >"..\..\..\atk\atk.def" && cl /EP ..\..\..\atk\atk.symbols >>"..\..\..\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="\"$(AtkDummyPrefix)/share/locale\""" + Value="ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR=\"$(AtkDummyPrefix)/share/locale\"" /> <UserMacro Name="AtkLibtoolCompatibleDllPrefix" |