MSVC Builds: Generate glib-mkenums If Possible
[platform/upstream/glib.git] / build / win32 / vs9 / glib-gen-srcs.vsprops
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="glibgensrcsprops"
6         InheritedPropertySheets=".\glib-build-defines.vsprops"
7         >
8         <UserMacro
9                 Name="GenConfigH"
10                 Value="copy ..\..\..\config.h.win32 ..\..\..\config.h"
11         />
12         <UserMacro
13                 Name="GenGLibConfigH"
14                 Value="copy ..\..\..\glib\glibconfig.h.win32 ..\..\..\glib\glibconfig.h"
15         />
16         <UserMacro
17                 Name="GenGModuleConfH"
18                 Value="copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h"
19         />
20         <UserMacro
21                 Name="GenGNetworkingH"
22                 Value="copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h"
23         />
24         <UserMacro
25                 Name="GenGLibMKEnums"
26                 Value="if exist $(PythonPath)\python.exe $(PythonPath)\python.exe ..\process_in_win32.py --glib-mkenums"
27         />
28 </VisualStudioPropertySheet>