|
|
@@ -8,7 +8,7 @@ libcommon_a_SOURCES = \ |
|
|
|
scene.cpp scene.h font.cpp font.h layer.cpp layer.h map.cpp map.h \ |
|
|
|
entity.cpp entity.h ticker.cpp ticker.h tileset.cpp tileset.h \ |
|
|
|
forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \ |
|
|
|
profiler.cpp profiler.h input.h input.cpp mapviewer.cpp mapviewer.h \ |
|
|
|
profiler.cpp profiler.h input.h input.cpp world.cpp world.h \ |
|
|
|
debugfps.cpp debugfps.h debugsprite.cpp debugsprite.h \ |
|
|
|
debugrecord.cpp debugrecord.h |
|
|
|
libcommon_a_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image` |
|
|
@@ -18,7 +18,8 @@ test_map_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image` @PIPI_CFLAGS@ |
|
|
|
test_map_LDADD = libcommon.a |
|
|
|
test_map_LDFLAGS = `pkg-config --libs sdl gl SDL_image` @PIPI_LIBS@ |
|
|
|
|
|
|
|
editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h |
|
|
|
editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
|
|
|
mapviewer.cpp mapviewer.h |
|
|
|
editor_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image gtk+-2.0 gtkgl-2.0` |
|
|
|
editor_LDADD = libcommon.a |
|
|
|
editor_LDFLAGS = `pkg-config --libs sdl gl gtk+-2.0 gtkgl-2.0 SDL_image` |
|
|
|