mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 13:26:16 +01:00
6dfc6fee7b
It was suggested that the project files be moved here as we don't actually need to go two directory layers from $(srcroot), and would help us to standardize on things in the future across the board.
29 lines
916 B
XML
29 lines
916 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"
|
|
/>
|
|
<UserMacro
|
|
Name="GenGLibMKEnums"
|
|
Value="if exist $(PythonPath)\python.exe $(PythonPath)\python.exe ..\replace.py --action=replace-var --input=..\..\gobject\glib-mkenums.in --output=..\..\gobject\glib-mkenums --var=GLIB_VERSION --outstring=$(GlibVersion)"
|
|
/>
|
|
</VisualStudioPropertySheet>
|