~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to plugins/makefile.win32

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-01-01 18:40:50 UTC
  • mfrom: (1.1.8 upstream) (3.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090101184050-u635kualu7amyt4a
Tags: 0.15-1ubuntu1
* Merge from debian experimental, remaining change:
  - patches/20_add_debdiff_as_diff_type.dpatch: Also recognize .dpatch files
    as diff's
  - debian/geany.xpm: Replace icon with a .xpm of the new one

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
ALL_GTK_LIBS= \
29
29
        -L"$(PREFIX)/lib" \
30
30
        -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 \
31
 
        -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv
 
31
        -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
32
32
 
33
33
CBASEFLAGS=-Wall -pipe -mms-bitfields -DHAVE_CONFIG_H
34
34
ifdef DEBUG
37
37
CFLAGS=-O2 $(CBASEFLAGS)
38
38
endif
39
39
 
 
40
ifndef GTK210
 
41
ALL_GTK_LIBS += -liconv
 
42
endif
40
43
 
41
44
.PHONY: all clean plugins
42
45
 
51
54
                demoplugin.dll \
52
55
                classbuilder.dll \
53
56
                export.dll \
 
57
                splitwindow.dll \
54
58
                vcdiff.dll \
55
 
                autosave.dll \
 
59
                saveactions.dll \
56
60
                filebrowser.dll
57
61
 
58
62
clean: