scummvm/base/module.mk
Zvika Haramaty 55ae963488 BASE: Added 'test_new_standards.cpp'
Adding C++11 compatibility tests, disabled by default.
See instructions inside the file.
2020-05-27 12:47:05 +02:00

12 lines
159 B
Makefile

MODULE := base
MODULE_OBJS := \
test_new_standards.o \
main.o \
commandLine.o \
plugins.o \
version.o
# Include common rules
include $(srcdir)/rules.mk