Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / build / win32 / vs9 / atk-gen-src.vsprops
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="atkgensrcprops"
6         InheritedPropertySheets=".\atk-build-defines.vsprops"
7         >
8         <UserMacro
9                 Name="GenConfigH"
10                 Value="
11 if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;
12 copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;
13 :DONE_CONFIG_H&#x0D;&#x0A;
14                       "
15         />
16         <UserMacro
17                 Name="GenMarshalSrc"
18                 Value="
19 cd ..\..\..\atk&#x0D;&#x0A;
20 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header &gt; atkmarshal.h&#x0D;&#x0A;
21 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body &gt; atkmarshal.c&#x0D;&#x0A;
22 cd $(SolutionDir)&#x0D;&#x0A;
23                       "
24         />
25 </VisualStudioPropertySheet>