|
Revision 56:c7bcc0ec2267, 384 bytes
(checked in by thib, 3 years ago)
|
|
* replaced Grp and Text classes by the TextImpl and GrpImpl ones
* splitted scn2k.h into smaller header files
* moved some definitions from scn2k_*.cc to the header files
* moved opcode implementation to scn2k_*impl.cc
|
| Line | |
|---|
| 1 | noinst_LIBRARIES = libwindow.a |
|---|
| 2 | libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ |
|---|
| 3 | button.cc menuitem.cc rect.cc \ |
|---|
| 4 | event.h menuitem.h picture.h rect.h render.h \ |
|---|
| 5 | surface.h system.h widget.h |
|---|
| 6 | |
|---|
| 7 | INCLUDES = @SDL_CFLAGS@ |
|---|
| 8 | |
|---|
| 9 | AM_CPPFLAGS = @CFLAGS@ @DEFS@ |
|---|
| 10 | |
|---|
| 11 | LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@ |
|---|
| 12 | |
|---|
| 13 | |
|---|