~ubuntu-branches/ubuntu/utopic/gdk-pixbuf/utopic

« back to all changes in this revision

Viewing changes to build/win32/vs9/gdk-pixbuf-query-loaders.vcproj

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-15 10:41:02 UTC
  • mfrom: (1.5.8)
  • Revision ID: package-import@ubuntu.com-20140115104102-fzml65xmzuyjr2dj
Tags: 2.30.3-0ubuntu1
* New upstream release:
  - Expand the test suite
  - Enable coverage testing with --enable-coverage
  - Unify sniff buffer sizes across loaders: 4k everywhere
  - Port to GTask
  - xpm: Fix scaling
  - xpm: Update colors from pango
  - qtif: fix fread() error check
* debian/control:
  - Bump build-depends on libglib2.0-dev
  - Add build-depends on gawk
* debian/patches/fix-xpm-scaling.patch:
  - Applied upstream
* debian/patches/0001-Fix-test-failure-if-PNG_iTXt_SUPPORTED-not-defined.patch:
  - Fix test failing due to how our libpng is compiled

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                <Configuration
23
23
                        Name="Debug|Win32"
24
24
                        ConfigurationType="1"
25
 
                        InheritedPropertySheets=".\gdk-pixbuf.vsprops"
 
25
                        InheritedPropertySheets=".\gdk-pixbuf-build-defines.vsprops"
26
26
                        CharacterSet="2"
27
27
                        >
28
28
                        <Tool
52
52
                <Configuration
53
53
                        Name="Debug|x64"
54
54
                        ConfigurationType="1"
55
 
                        InheritedPropertySheets=".\gdk-pixbuf.vsprops"
 
55
                        InheritedPropertySheets=".\gdk-pixbuf-build-defines.vsprops"
56
56
                        CharacterSet="2"
57
57
                        >
58
58
                        <Tool
85
85
                <Configuration
86
86
                        Name="Release|Win32"
87
87
                        ConfigurationType="1"
88
 
                        InheritedPropertySheets=".\gdk-pixbuf.vsprops"
 
88
                        InheritedPropertySheets=".\gdk-pixbuf-build-defines.vsprops"
89
89
                        CharacterSet="2"
90
90
                        WholeProgramOptimization="1"
91
91
                        >
118
118
                <Configuration
119
119
                        Name="Release|x64"
120
120
                        ConfigurationType="1"
121
 
                        InheritedPropertySheets=".\gdk-pixbuf.vsprops"
 
121
                        InheritedPropertySheets=".\gdk-pixbuf-build-defines.vsprops"
122
122
                        CharacterSet="2"
123
123
                        WholeProgramOptimization="1"
124
124
                        >