Last change
on this file since 631 was
631,
checked in by sam, 11 years ago
|
Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.
|
File size:
578 bytes
|
Rev | Line | |
---|
[220] | 1 | |
---|
[628] | 2 | noinst_PROGRAMS = deushax $(editor) |
---|
[220] | 3 | |
---|
[221] | 4 | deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h |
---|
[631] | 5 | deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
[623] | 6 | deushax_LDADD = |
---|
| 7 | deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
[220] | 8 | |
---|
[628] | 9 | if USE_GTKGL |
---|
| 10 | editor = editor |
---|
| 11 | endif |
---|
| 12 | |
---|
[220] | 13 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
| 14 | mapviewer.cpp mapviewer.h |
---|
[631] | 15 | editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
[623] | 16 | editor_LDADD = |
---|
[628] | 17 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ |
---|
[220] | 18 | EXTRA_DIST = gtk/editor.xml |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.