Last change
on this file since 208 was
208,
checked in by sam, 13 years ago
|
Add a debugging sphere object to test transparency.
|
File size:
1.2 KB
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = test-map editor |
---|
3 | |
---|
4 | noinst_LIBRARIES = libcommon.a |
---|
5 | |
---|
6 | libcommon_a_SOURCES = \ |
---|
7 | core.h matrix.h game.cpp game.h tiler.cpp tiler.h dict.cpp dict.h \ |
---|
8 | scene.cpp scene.h font.cpp font.h layer.cpp layer.h map.cpp map.h \ |
---|
9 | entity.cpp entity.h ticker.cpp ticker.h tileset.cpp tileset.h \ |
---|
10 | forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \ |
---|
11 | profiler.cpp profiler.h input.h input.cpp world.cpp world.h \ |
---|
12 | debugfps.cpp debugfps.h debugsprite.cpp debugsprite.h \ |
---|
13 | debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h \ |
---|
14 | debugsphere.cpp debugsphere.h |
---|
15 | libcommon_a_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image` |
---|
16 | |
---|
17 | test_map_SOURCES = test-map.cpp sdlinput.cpp sdlinput.h |
---|
18 | test_map_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image` @PIPI_CFLAGS@ |
---|
19 | test_map_LDADD = libcommon.a |
---|
20 | test_map_LDFLAGS = `pkg-config --libs sdl gl SDL_image` @PIPI_LIBS@ |
---|
21 | |
---|
22 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
23 | mapviewer.cpp mapviewer.h |
---|
24 | editor_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image gtk+-2.0 gtkgl-2.0` |
---|
25 | editor_LDADD = libcommon.a |
---|
26 | editor_LDFLAGS = `pkg-config --libs sdl gl gtk+-2.0 gtkgl-2.0 SDL_image` |
---|
27 | EXTRA_DIST = gtk/editor.xml |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.