~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs10/cally-atktext-example.vcxproj

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    <ConfigurationType>Application</ConfigurationType>
29
29
    <CharacterSet>MultiByte</CharacterSet>
30
30
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
31
    <PlatformToolset>v100</PlatformToolset>
31
32
  </PropertyGroup>
32
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33
34
    <ConfigurationType>Application</ConfigurationType>
34
35
    <CharacterSet>MultiByte</CharacterSet>
 
36
    <PlatformToolset>v100</PlatformToolset>
35
37
  </PropertyGroup>
36
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37
39
    <ConfigurationType>Application</ConfigurationType>
38
40
    <CharacterSet>MultiByte</CharacterSet>
39
41
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
42
    <PlatformToolset>v100</PlatformToolset>
40
43
  </PropertyGroup>
41
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42
45
    <ConfigurationType>Application</ConfigurationType>
43
46
    <CharacterSet>MultiByte</CharacterSet>
 
47
    <PlatformToolset>v100</PlatformToolset>
44
48
  </PropertyGroup>
45
49
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46
50
  <ImportGroup Label="ExtensionSettings">
47
51
  </ImportGroup>
48
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
53
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50
 
    <Import Project="clutter.props" />
 
54
    <Import Project="clutter-build-defines.props" />
51
55
  </ImportGroup>
52
56
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53
57
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54
 
    <Import Project="clutter.props" />
 
58
    <Import Project="clutter-build-defines.props" />
55
59
  </ImportGroup>
56
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58
 
    <Import Project="clutter.props" />
 
62
    <Import Project="clutter-build-defines.props" />
59
63
  </ImportGroup>
60
64
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61
65
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62
 
    <Import Project="clutter.props" />
 
66
    <Import Project="clutter-build-defines.props" />
63
67
  </ImportGroup>
64
68
  <PropertyGroup Label="UserMacros" />
65
69
  <PropertyGroup>
169
173
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170
174
  <ImportGroup Label="ExtensionTargets">
171
175
  </ImportGroup>
172
 
</Project>
 
 
b'\\ No newline at end of file'
 
176
</Project>