~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/boards/Makefile.mingw

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
GCOMPRIS_PLUGINS :=     .
12
12
GCOMPRIS_TOP :=         ../..
 
13
GTK_TOP :=              /gtk
 
14
GLIB_TOP :=             /glib
 
15
GNUWIN32_TOP :=         /gnuwin32
 
16
LIBXML2_TOP :=          /libxml2
 
17
SDL_TOP :=              /sdl
 
18
CANVAS_TOP :=           /gnomecanvas
 
19
PYTHON_TOP :=           /c/Python24
 
20
CAIRO_TOP :=            /cairo
 
21
GCOMPRIS_INSTALL_DIR := $(GCOMPRIS_TOP)/win32-install-dir
 
22
SQLITE_TOP := /sqlite
13
23
 
14
24
##
15
25
## VARIABLE DEFINITIONS
42
52
                        -I$(GTK_TOP)/include/atk-1.0 \
43
53
                        -I$(GLIB_TOP)/lib/glib-2.0/include \
44
54
                        -I$(GTK_TOP)/lib/gtk-2.0/include \
 
55
                        -I$(CANVAS_TOP)/include/libgnomecanvas-2.0 \
45
56
                        -I$(GTK_TOP)/include/atk-1.0 \
 
57
                        -I$(GTK_TOP)/include/libart-2.0 \
46
58
                        -I$(GTK_TOP)/include/freetype2 \
47
59
                        -I$(LIBXML2_TOP)/include \
48
60
                        -I$(GNUWIN32_TOP)/include \
51
63
                        -I$(CAIRO_TOP)/include/cairo \
52
64
                        -I$(PYTHON_TOP)/include \
53
65
                        -I$(PYTHON_TOP)/include/pygtk-2.0 \
54
 
                        -I$(SQLITE_TOP) \
55
 
                        -I$(CANVAS_TOP)/include/libgnomecanvas-2.0 \
56
 
                        -I$(CANVAS_TOP)/include/libart-2.0
 
66
                        -I$(SQLITE_TOP)
57
67
 
58
68
 
59
69
 
76
86
                        -lgmodule-2.0 \
77
87
                        -lgdk_pixbuf-2.0 \
78
88
                        -lpango-1.0 \
 
89
                        -lgnomecanvas-2 \
 
90
                        -lart_lgpl_2 \
79
91
                        -lpangoft2-1.0 \
80
92
                        -latk-1.0 \
81
93
                        -lpangowin32-1.0 \