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

« back to all changes in this revision

Viewing changes to libgimpbase/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:
9
9
PKG_VER = $(GIMP_VER)
10
10
 
11
11
DEFINES = -DGIMPDIR=\"$(GIMPDIR)\" -DDATADIR=\"\" -DSYSCONFDIR=\"\" \
12
 
        -DPLUGINDIR=\"plug-ins\" -DLOCALEDIR=\"locale\"
 
12
        -DPLUGINDIR=\"plug-ins\" -DLOCALEDIR=\"locale\" \
 
13
        -DGIMP_PACKAGE=\"gimp-2.3\" \
 
14
        -DGIMP_DATA_VERSION=\"2.3\" \
 
15
        -DGIMP_PLUGIN_VERSION=\"2.3\" \
 
16
        -DGIMP_SYSCONF_VERSION=\"2.3\" \
13
17
 
14
18
top_srcdir = $(PRJ_TOP)
15
19
top_builddir = $(PRJ_TOP)
31
35
        gimpbase-private.obj \
32
36
        gimpbasetypes.obj \
33
37
        gimpchecks.obj \
 
38
        gimpcpuaccel.obj \
34
39
        gimpdatafiles.obj \
35
40
        gimpenv.obj \
36
41
        gimpmemsize.obj \
37
42
        gimpparasite.obj \
38
43
        gimpparasiteio.obj \
39
44
        gimpprotocol.obj \
 
45
        gimprectangle.obj \
 
46
        gimpreloc.obj \
40
47
        gimpsignal.obj \
41
48
        gimpunit.obj \
42
49
        gimputils.obj \