Added macros necessary for the build to export variables (which cannot
be exported just with the .def file only)
</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 />
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"
/>
<UserMacro
Name="AtkDefines"
- Value="ATK_LOCALEDIR="\"$(AtkDummyPrefix)/share/locale\"""
+ Value="ATK_COMPILATION;DLL_EXPORT;ATK_LOCALEDIR=\"$(AtkDummyPrefix)/share/locale\""
/>
<UserMacro
Name="AtkLibtoolCompatibleDllPrefix"