glib/build/win32/vs9/glib-gen-srcs.vsprops
Chun-wei Fan ddc29a9036 Visual Studio Projects: Cleanup Property Sheets
Make the projects include a single property sheet as necessary, which will
in turn include the other property sheet(s) as needed, so that we can avoid
warnings where we include the same property sheets twice in a single
project.

Also make the copying of pre-configured headers into custom build rules so
that they can be removed upon the clean command from the IDE and that they
can be re-copied if their counterpart *.h.win32 are updated.
2013-12-27 12:25:18 +08:00

33 lines
716 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>