Visual Studio projects: Move to win32/
[platform/upstream/atk.git] / 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="if not exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h"
11         />
12         <UserMacro
13                 Name="GenMarshalSrc"
14                 Value="
15 cd ..\..\atk&#x0D;&#x0A;
16 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header &gt; atkmarshal.h&#x0D;&#x0A;
17 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body &gt; atkmarshal.c&#x0D;&#x0A;
18 cd $(SolutionDir)&#x0D;&#x0A;
19                       "
20         />
21 </VisualStudioPropertySheet>