warzone2100/lib/framework/makefile.win32

38 lines
595 B
Plaintext
Raw Normal View History

top_srcdir=../..
top_builddir=$(top_srcdir)
CPPFLAGS += -I$(top_srcdir)/lib/sqlite3
include $(top_srcdir)/makerules/common.mk
SRC= \
configfile.c \
cursors16.c \
cursors32.c \
cursors.c \
debug.c \
frame.c \
frameresource.c \
i18n.c \
input.c \
lexer_input.c \
physfs_vfs.c \
printf_ext.c \
resource_lexer.lex.c \
resource_parser.tab.c \
SDL_framerate.c \
strnlen1.c \
strres.c \
strres_lexer.lex.c \
strres_parser.tab.c \
tagfile.c \
treap.c \
trig.c \
utf.c
LIB=framework
CLEANFILES=strres_parser.tab.h resource_parser.tab.h
include $(top_srcdir)/makerules/lib.mk