2008-04-05 09:18:37 -07:00
|
|
|
AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS)
|
2010-01-06 16:10:54 -08:00
|
|
|
AM_CFLAGS = $(WZ_CFLAGS) -Wno-declaration-after-statement
|
2008-04-05 08:11:43 -07:00
|
|
|
noinst_LIBRARIES = libexceptionhandler.a
|
2008-10-13 06:04:37 -07:00
|
|
|
noinst_HEADERS = \
|
|
|
|
dumpinfo.h \
|
|
|
|
exceptionhandler.h \
|
|
|
|
exchndl.h
|
2008-04-05 08:11:43 -07:00
|
|
|
|
2008-10-13 06:04:37 -07:00
|
|
|
libexceptionhandler_a_SOURCES = \
|
|
|
|
dumpinfo.cpp \
|
|
|
|
exceptionhandler.c
|
2008-04-05 09:15:14 -07:00
|
|
|
|
|
|
|
if MINGW32
|
|
|
|
libexceptionhandler_a_SOURCES += exchndl.c
|
|
|
|
endif
|