Changeset 76:76f4f2ae0e7d in glemon-0.x
- Timestamp:
- 08/27/05 11:32:34 (18 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2172
- Files:
-
- 8 added
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r73 r76 1 SUBDIRS = icons 2 1 3 AM_CPPFLAGS = -I$(top_srcdir) 2 4 LDADD = $(top_builddir)/lemon/libemon.la 3 5 4 5 noinst_DATA = guipixbufs.h6 CLEANFILES = $(noinst_DATA)7 6 8 7 bin_PROGRAMS = glemon … … 28 27 new_map_win.h \ 29 28 xymap.h \ 30 guipixbufs.h29 icons/guipixbufs.h 31 30 32 31 glemon_CXXFLAGS = $(GTK_CFLAGS) 33 32 glemon_LDFLAGS = $(GTK_LIBS) 34 35 IMAGES = addlink.png addnode.png delete.png \36 editlink.png editnode.png move.png newmap.png37 38 VARIABLES = \39 gui_icons_addlink $(srcdir)/addlink.png \40 gui_icons_addnode $(srcdir)/addnode.png \41 gui_icons_delete $(srcdir)/delete.png \42 gui_icons_editlink $(srcdir)/editlink.png \43 gui_icons_editnode $(srcdir)/editnode.png \44 gui_icons_move $(srcdir)/move.png \45 gui_icons_newmap $(srcdir)/newmap.png46 47 48 guipixbufs.h: $(IMAGES)49 gdk-pixbuf-csource \50 --raw --build-list $(VARIABLES) > guipixbufs.h || \51 ( rm -f guipixbufs.h && false )52 53 EXTRA_DIST = $(IMAGES) guipixbufs.h -
main_win.cc
r74 r76 1 1 #include "main_win.h" 2 #include " guipixbufs.h"2 #include "icons/guipixbufs.h" 3 3 4 4 MainWin::MainWin() :
Note: See TracChangeset
for help on using the changeset viewer.