Cross compile with MinGW-W64
[mercenary-reloaded.git] / src / libsdl / Makefile.am
1 AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -I../libglew/
2
3 noinst_LIBRARIES = libsdl.a
4
5 libsdl_a_SOURCES = \
6         sdl.c \
7         opengl.c \
8         print.c
9