warzone2100/lib/script/makefile.win32

20 lines
308 B
Plaintext

include $(top_srcdir)/makerules/common.mk
SRC=codeprint.c \
event.c \
evntsave.c \
interp.c \
script.c \
chat_parser.tab.c \
chat_lexer.lex.c \
script_parser.tab.c \
script_lexer.lex.c \
stack.c
LIB=script
CLEANFILES=chat_parser.tab.h script_parser.tab.h
include $(top_srcdir)/makerules/lib.mk