Last change
on this file since 220 was
220,
checked in by sam, 11 years ago
|
Split test-map into deus-hax and monsterz.
|
File size:
521 bytes
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = deushax editor |
---|
3 | |
---|
4 | deushax_SOURCES = deushax.cpp |
---|
5 | deushax_CXXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
6 | deushax_LDADD = $(top_builddir)/src/liblol.a |
---|
7 | deushax_LDFLAGS = @LOL_LIBS@ @PIPI_LIBS@ |
---|
8 | |
---|
9 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
10 | mapviewer.cpp mapviewer.h |
---|
11 | editor_CXXFLAGS = @LOL_CFLAGS@ `pkg-config --cflags gtk+-2.0 gtkgl-2.0` |
---|
12 | editor_LDADD = $(top_builddir)/src/liblol.a |
---|
13 | editor_LDFLAGS = @LOL_LIBS@ `pkg-config --libs gtk+-2.0 gtkgl-2.0` |
---|
14 | EXTRA_DIST = gtk/editor.xml |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.