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

« back to all changes in this revision

Viewing changes to app/tools/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:
27
27
 
28
28
OBJECTS = \
29
29
        gimpairbrushtool.obj \
30
 
#       gimpbezierselecttool.obj \
 
30
        gimpaligntool.obj \
 
31
        gimpalignoptions.obj \
31
32
        gimpblendoptions.obj \
32
33
        gimpblendtool.obj \
33
34
        gimpbrightnesscontrasttool.obj \
 
35
        gimpbrushtool.obj \
34
36
        gimpbucketfilloptions.obj \
35
37
        gimpbucketfilltool.obj \
36
38
        gimpbycolorselecttool.obj \
52
54
        gimperasertool.obj \
53
55
        gimpflipoptions.obj \
54
56
        gimpfliptool.obj \
 
57
        gimpforegroundselectoptions.obj \
 
58
        gimpforegroundselecttool.obj \
 
59
        gimpforegroundselecttoolundo.obj \
55
60
        gimpfreeselecttool.obj \
56
61
        gimpfuzzyselecttool.obj \
 
62
        gimphealtool.obj \
57
63
        gimphistogramoptions.obj \
58
64
        gimphuesaturationtool.obj \
59
65
        gimpimagemapoptions.obj \
73
79
        gimppainttool.obj \
74
80
        gimppenciltool.obj \
75
81
        gimpperspectivetool.obj \
 
82
        gimpperspectiveclonetool.obj \
76
83
        gimpposterizetool.obj \
77
 
        gimprectselecttool.obj \
 
84
        gimprectangleoptions.obj \
 
85
        gimprectangletool.obj \
 
86
        gimprectangleselectoptions.obj \
 
87
        gimprectangleselecttool.obj \
 
88
        gimpregionselecttool.obj \
78
89
        gimprotatetool.obj \
79
90
        gimpscaletool.obj \
80
91
        gimpselectionoptions.obj \
81
92
        gimpselectiontool.obj \
82
93
        gimpsheartool.obj \
 
94
        gimpsourcetool.obj \
83
95
        gimpsmudgetool.obj \
84
96
        gimptextoptions.obj \
85
97
        gimptexttool.obj \
89
101
        gimptooloptions-gui.obj \
90
102
        gimptransformoptions.obj \
91
103
        gimptransformtool.obj \
92
 
        gimptransformtool-undo.obj \
 
104
        gimptransformtoolundo.obj \
93
105
        gimpvectoroptions.obj \
94
106
        gimpvectortool.obj \
95
107
        tool_manager.obj \