summaryrefslogtreecommitdiff
path: root/win32/vs10/glib-gen-srcs.props
blob: a9fc09ad5d89d8eae67bce050c5b45fc435e7cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="glib-build-defines.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros">
    <GenConfigH>copy ..\..\config.h.win32 ..\..\config.h</GenConfigH>
    <GenGLibConfigH>copy ..\..\glib\glibconfig.h.win32 ..\..\glib\glibconfig.h</GenGLibConfigH>
    <GenGModuleConfH>copy ..\..\gmodule\gmoduleconf.h.win32 ..\..\gmodule\gmoduleconf.h</GenGModuleConfH>
    <GenGNetworkingH>copy ..\..\gio\gnetworking.h.win32 ..\..\gio\gnetworking.h</GenGNetworkingH>
    <GenGLibMKEnums>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)</GenGLibMKEnums>
  </PropertyGroup>
  <PropertyGroup>
    <_PropertySheetDisplayName>glibgensrcsprops</_PropertySheetDisplayName>
  </PropertyGroup>
  <ItemGroup>
    <BuildMacro Include="GenConfigH">
      <Value>$(GenConfigH)</Value>
    </BuildMacro>
    <BuildMacro Include="GenGLibConfigH">
      <Value>$(GenGLibConfigH)</Value>
    </BuildMacro>
    <BuildMacro Include="GenGModuleConfH">
      <Value>$(GenGModuleConfH)</Value>
    </BuildMacro>
    <BuildMacro Include="GenGNetworkingH">
      <Value>$(GenGNetworkingH)</Value>
    </BuildMacro>
    <BuildMacro Include="GenGLibMKEnums">
      <Value>$(GenGLibMKEnums)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>