SWORD25: Remove custom .c builiding rules

svn-id: r53389
This commit is contained in:
Eugene Sandulenko 2010-10-03 13:25:04 +00:00
parent bf22def884
commit 9a5415e6f9

View File

@ -100,13 +100,6 @@ MODULE_OBJS := \
util/pluto/pluto.o \
util/pluto/plzio.o
# HACK. Use proper CC compiler here
%.o: %.c
$(QUIET)$(MKDIR) $(*D)/$(DEPDIR)
$(QUIET_CXX)gcc $(CXX_UPDATE_DEP_FLAG) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
LIBS += -lpng -ltheoradec
# This module can be built as a plugin
ifeq ($(ENABLE_SWORD25), DYNAMIC_PLUGIN)
PLUGIN := 1