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

« back to all changes in this revision

Viewing changes to app/config/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:
22
22
 
23
23
OBJECTS = \
24
24
        gimpbaseconfig.obj \
25
 
        gimpconfig.obj \
26
 
        gimpconfig-deserialize.obj \
27
25
        gimpconfig-dump.obj \
28
 
        gimpconfig-error.obj \
29
 
        gimpconfig-params.obj \
30
 
        gimpconfig-path.obj \
31
 
        gimpconfig-serialize.obj \
32
 
        gimpconfig-types.obj \
 
26
        gimpconfig-file.obj \
33
27
        gimpconfig-utils.obj \
34
 
        gimpconfigwriter.obj \
35
28
        gimpcoreconfig.obj \
36
29
        gimpdisplayconfig.obj \
37
30
        gimpguiconfig.obj \
38
31
        gimppluginconfig.obj \
 
32
        gimprc-deserialize.obj \
 
33
        gimprc-serialize.obj \
 
34
        gimprc-unknown.obj \
39
35
        gimprc.obj \
40
 
        gimpscanner.obj \
41
36
        gimpxmlparser.obj \
42
37
        \
43
38
!IFDEF DLLGIMP