- Move to libglademm to handle GUI creation. This is experimental,
but should greatly help in reducing development times git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@727 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
3dd8403f0a
commit
41d20ba6eb
5 changed files with 44 additions and 17 deletions
13
Makefile.am
13
Makefile.am
|
@ -36,11 +36,11 @@ SUBDIRS += \
|
|||
plugins/pyloader \
|
||||
plugins/xmlsave
|
||||
|
||||
# directories definition
|
||||
datarootdir = @datarootdir@
|
||||
sharedir = $(pkgdatadir)
|
||||
policiesdir = $(sharedir)/policies
|
||||
plugindir = $(sharedir)/plugins
|
||||
datarootdir = @datarootdir@
|
||||
gladedir = $(sharedir)/glade
|
||||
localedir = @datadir@/locale
|
||||
aclocaldir = @datadir@/aclocal
|
||||
|
||||
|
@ -245,8 +245,11 @@ sgpemv2_CPPFLAGS = \
|
|||
-I@top_srcdir@ \
|
||||
-I@top_srcdir@/src/templates \
|
||||
-DLOCALEDIR="\"$(localedir)\"" \
|
||||
-DSHAREDIR="\"$(sharedir)\"" \
|
||||
-DGLADEDIR="\"$(gladedir)\"" \
|
||||
$(CAIRO_CFLAGS) \
|
||||
$(GTKMM_CFLAGS) \
|
||||
$(LIBGLADEMM_CFLAGS) \
|
||||
$(PYTHON_CPPFLAGS) \
|
||||
$(GTHREAD_CFLAGS)
|
||||
sgpemv2_CXXFLAGS = $(VISIB_HIDDEN)
|
||||
|
@ -255,6 +258,7 @@ sgpemv2_LDADD = \
|
|||
src/backend/libbackend.la \
|
||||
$(CAIRO_LIBS) \
|
||||
$(GTKMM_LIBS) \
|
||||
$(LIBGLADEMM_LIBS) \
|
||||
$(GTHREAD_LIBS)
|
||||
|
||||
# Please keep this in sorted order:
|
||||
|
@ -282,6 +286,11 @@ noinst_HEADERS += \
|
|||
src/start_gui.hh \
|
||||
src/text_simulation.hh
|
||||
|
||||
# ---------- glade files -----------
|
||||
|
||||
glade_DATA = \
|
||||
glade/main-window.glade
|
||||
|
||||
# ############################################################
|
||||
#
|
||||
# source : templates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue