e166905d290534aaff7df5751131532f46bc4e5a
[platform/upstream/atk.git] / build / win32 / vs9 / atk.vsprops
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="atkprops"
6         OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
7         IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)\"
8         >
9         <Tool
10                 Name="VCCLCompilerTool"
11                 AdditionalIncludeDirectories="..\..\..;..\..\..\atk;$(AtkEtcInstallRoot)\include;$(AtkEtcInstallRoot)\include\glib-2.0;$(AtkEtcInstallRoot)\lib\glib-2.0\include\"
12                 PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES"
13                 ForcedIncludeFiles="msvc_recommended_pragmas.h"
14         />
15         <Tool
16                 Name="VCLinkerTool"
17                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib intl.lib"
18                 AdditionalLibraryDirectories="$(AtkEtcInstallRoot)\lib"
19         />
20         <Tool
21                 Name="VCPreBuildEventTool"
22                 CommandLine="
23 if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
24 copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;
25 :DONE_CONFIG_H&#x0D;&#x0A;
26 if exist ..\..\..\atk\atkmarshal.h goto GEN_MARS_C&#x0D;&#x0A;
27 $(AtkEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --header >..\..\..\atk\atkmarshal.h&#x0D;&#x0A;
28 :GEN_MARS_C&#x0D;&#x0A;
29 if exist ..\..\..\atk\atkmarshal.c goto END&#x0D;&#x0A;
30 $(AtkEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --body >..\..\..\atk\atkmarshal.c&#x0D;&#x0A;
31 :END&#x0D;&#x0A;
32 "
33         />
34         <UserMacro
35                 Name="AtkApiVersion"
36                 Value="2.0"
37         />
38         <UserMacro
39                 Name="AtkDummyPrefix"
40                 Value="/dummy"
41         />
42         <UserMacro
43                 Name="AtkDoInstall"
44                 Value="
45 mkdir $(OutDir)&#x0D;&#x0A;
46 mkdir $(OutDir)\bin&#x0D;&#x0A;
47 copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.dll $(OutDir)\bin&#x0D;&#x0A;
48
49 mkdir $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
50 copy ..\..\..\atk\atk.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
51 copy ..\..\..\atk\atkaction.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
52 copy ..\..\..\atk\atkcomponent.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
53 copy ..\..\..\atk\atkdocument.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
54 copy ..\..\..\atk\atkeditabletext.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
55 copy ..\..\..\atk\atkgobjectaccessible.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
56 copy ..\..\..\atk\atkhyperlink.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
57 copy ..\..\..\atk\atkhyperlinkimpl.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
58 copy ..\..\..\atk\atkhypertext.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
59 copy ..\..\..\atk\atknoopobject.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
60 copy ..\..\..\atk\atknoopobjectfactory.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
61 copy ..\..\..\atk\atkobject.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
62 copy ..\..\..\atk\atkobjectfactory.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
63 copy ..\..\..\atk\atkplug.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
64 copy ..\..\..\atk\atkimage.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
65 copy ..\..\..\atk\atkregistry.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
66 copy ..\..\..\atk\atkrelation.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
67 copy ..\..\..\atk\atkrelationtype.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
68 copy ..\..\..\atk\atkrelationset.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
69 copy ..\..\..\atk\atkselection.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
70 copy ..\..\..\atk\atksocket.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
71 copy ..\..\..\atk\atkstate.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
72 copy ..\..\..\atk\atkstateset.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
73 copy ..\..\..\atk\atkstreamablecontent.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
74 copy ..\..\..\atk\atktable.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
75 copy ..\..\..\atk\atktext.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
76 copy ..\..\..\atk\atkutil.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
77 copy ..\..\..\atk\atkmisc.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
78 copy ..\..\..\atk\atkvalue.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
79 copy ..\..\..\atk\atk-enum-types.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
80
81 mkdir $(OutDir)\lib&#x0D;&#x0A;
82 copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).lib $(OutDir)\lib&#x0D;&#x0A;
83 "
84         />
85         <UserMacro
86                 Name="GenerateAtkDef"
87                 Value="echo EXPORTS &gt;&quot;..\..\..\atk\atk.def&quot; &amp;&amp; cl /EP ..\..\..\atk\atk.symbols &gt;&gt;&quot;..\..\..\atk\atk.def&quot;"
88         />
89         <UserMacro
90                 Name="AtkDefines"
91                 Value="ATK_LOCALEDIR=&quot;\&quot;$(AtkDummyPrefix)/share/locale\&quot;&quot;"
92         />
93         <UserMacro
94                 Name="AtkLibtoolCompatibleDllPrefix"
95                 Value="lib"
96         />
97         <UserMacro
98                 Name="AtkLibtoolCompatibleDllSuffix"
99                 Value="-2.0-0"
100         />
101         <UserMacro
102                 Name="AtkSeparateVS9DllPrefix"
103                 Value=""
104         />
105         <UserMacro
106                 Name="AtkSeparateVS9DllSuffix"
107                 Value="-2-vs9"
108         />
109         <!-- Change these two to AtkLibtoolCompatibleDllPrefix and
110         AtkLibtoolCompatibleDllSuffix if that is what you want -->
111         <UserMacro
112                 Name="AtkDllPrefix"
113                 Value="$(AtkSeparateVS9DllPrefix)"
114         />
115         <UserMacro
116                 Name="AtkDllSuffix"
117                 Value="$(AtkSeparateVS9DllSuffix)"
118         />
119         <UserMacro
120                 Name="AtkEtcInstallRoot"
121                 Value="..\..\..\..\..\vs9\$(PlatformName)"
122         />
123 </VisualStudioPropertySheet>