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

« back to all changes in this revision

Viewing changes to build/win32/vs9/test-interactive-clutter.vcproj

  • 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:
21
21
 <Configurations>
22
22
  <Configuration
23
23
   Name="Debug|Win32"
24
 
   InheritedPropertySheets=".\clutter.vsprops"
 
24
   InheritedPropertySheets=".\clutter-build-defines.vsprops"
25
25
   IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\test-interactive"
26
26
   ConfigurationType="1"
27
27
   CharacterSet="2"
53
53
  <Configuration
54
54
   Name="Debug|x64"
55
55
   ConfigurationType="1"
56
 
   InheritedPropertySheets=".\clutter.vsprops"
 
56
   InheritedPropertySheets=".\clutter-build-defines.vsprops"
57
57
   IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\test-interactive"
58
58
   CharacterSet="2"
59
59
   >
86
86
  </Configuration>
87
87
  <Configuration
88
88
   Name="Release|Win32"
89
 
   InheritedPropertySheets=".\clutter.vsprops"
 
89
   InheritedPropertySheets=".\clutter-build-defines.vsprops"
90
90
   IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\test-interactive"
91
91
   ConfigurationType="1"
92
92
   CharacterSet="2"
121
121
  <Configuration
122
122
   Name="Release|x64"
123
123
   ConfigurationType="1"
124
 
   InheritedPropertySheets=".\clutter.vsprops"
 
124
   InheritedPropertySheets=".\clutter-build-defines.vsprops"
125
125
   IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\test-interactive"
126
126
   CharacterSet="2"
127
127
   WholeProgramOptimization="1"
210
210
   <File RelativePath="..\..\..\tests\interactive\test-keyframe-transition.c" />
211
211
   <File RelativePath="..\..\..\tests\interactive\test-bind-constraint.c" />
212
212
   <File RelativePath="..\..\..\tests\interactive\test-touch-events.c" />
 
213
   <File RelativePath="..\..\..\tests\interactive\test-rotate-zoom.c" />
213
214
   <File RelativePath="..\..\..\tests\interactive\test-image.c" />
214
215
  </Filter>
215
216
 </Files>