~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/pdb/makefile.msc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
OBJECTS = \
37
37
        $(OBJECTS_UI) \
38
38
        internal_procs.obj \
39
 
        procedural_db.obj \
40
39
        brush_cmds.obj \
41
40
        brushes_cmds.obj \
 
41
        buffer_cmds.obj \
42
42
        channel_cmds.obj \
43
43
        color_cmds.obj \
44
44
        context_cmds.obj \
54
54
        gimprc_cmds.obj \
55
55
        gradient_cmds.obj \
56
56
        gradients_cmds.obj \
 
57
        grid_cmds.obj \
57
58
        guides_cmds.obj \
58
59
        help_cmds.obj \
59
60
        image_cmds.obj \
76
77
        transform_tools_cmds.obj \
77
78
        undo_cmds.obj \
78
79
        unit_cmds.obj \
 
80
        vectors_cmds.obj \
 
81
        \
 
82
        gimppdb.obj \
 
83
        \
 
84
        gimp-pdb-compat.obj \
 
85
        gimppdb-query.obj \
 
86
        gimpprocedure.obj \
79
87
 
80
88
INCLUDES = \
81
89
        -FImsvc_recommended_pragmas.h \