glib/win32/vs9/glib-gen-srcs.vsprops
Chun-wei Fan e9846a7c8f Visual Studio builds: Redo utility script generation
Use the new gen_util_scripts.py script to generate the glib-mkenums and
gdbus-codegen scripts with the proper info in them so that they can be
used properly by other build systems such as Meson, during "install".
2017-05-24 15:43:59 +08:00

25 lines
652 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="glibgensrcsprops"
InheritedPropertySheets=".\glib-build-defines.vsprops"
>
<UserMacro
Name="GenConfigH"
Value="copy ..\..\config.h.win32 ..\..\config.h"
/>
<UserMacro
Name="GenGLibConfigH"
Value="copy ..\..\glib\glibconfig.h.win32 ..\..\glib\glibconfig.h"
/>
<UserMacro
Name="GenGModuleConfH"
Value="copy ..\..\gmodule\gmoduleconf.h.win32 ..\..\gmodule\gmoduleconf.h"
/>
<UserMacro
Name="GenGNetworkingH"
Value="copy ..\..\gio\gnetworking.h.win32 ..\..\gio\gnetworking.h"
/>
</VisualStudioPropertySheet>