root/window/Makefile.am

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 
1noinst_LIBRARIES = libwindow.a
2libwindow_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
7INCLUDES = @SDL_CFLAGS@
8
9AM_CPPFLAGS = @CFLAGS@ @DEFS@
10
11LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@
12
13
Note: See TracBrowser for help on using the browser.