Files
scummvm/devtools/create_project/module.mk
T
2011-06-01 17:34:32 -04:00

20 lines
387 B
Makefile

MODULE := devtools/create_project
MODULE_OBJS := \
create_project.o \
codeblocks.o \
msvc.o \
visualstudio.o \
msbuild.o \
xcode.o
# Set the name of the executable
TOOL_EXECUTABLE := create_project
# Include common rules
include $(srcdir)/rules.mk
# Silence variadic macros warning for C++ (disabled as this is included globally)
#CXXFLAGS := $(CXXFLAGS) -Wno-variadic-macros