~ubuntu-branches/ubuntu/vivid/atk1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs11/atk-gen-src.props

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2014-10-25 10:12:48 UTC
  • mfrom: (11.3.3 sid)
  • Revision ID: package-import@ubuntu.com-20141025101248-r41m1uvjfbri1lj4
Tags: 2.14.0-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Build using dh-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ImportGroup Label="PropertySheets">
 
4
    <Import Project="atk-build-defines.props" />
 
5
  </ImportGroup>
 
6
  <PropertyGroup Label="UserMacros">
 
7
    <GenConfigH>
 
8
if exist ..\..\..\config.h goto DONE_CONFIG_H
 
9
 
 
10
copy ..\..\..\config.h.win32 ..\..\..\config.h
 
11
 
 
12
:DONE_CONFIG_H
 
13
    </GenConfigH>
 
14
    <GenMarshalSrc>
 
15
cd ..\..\..\atk
 
16
 
 
17
$(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header &gt; atkmarshal.h
 
18
 
 
19
$(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body &gt; atkmarshal.c
 
20
 
 
21
cd $(SolutionDir)
 
22
    </GenMarshalSrc>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup>
 
25
    <_PropertySheetDisplayName>atkgensrcprops</_PropertySheetDisplayName>
 
26
  </PropertyGroup>
 
27
  <ItemGroup>
 
28
    <BuildMacro Include="GenConfigH">
 
29
      <Value>$(GenConfigH)</Value>
 
30
    </BuildMacro>
 
31
    <BuildMacro Include="GenMarshalSrc">
 
32
      <Value>$(GenMarshalSrc)</Value>
 
33
    </BuildMacro>
 
34
  </ItemGroup>
 
35
</Project>