From 14ed7bbd4d5ebbfd83d39af16d2185432d63a808 Mon Sep 17 00:00:00 2001 From: methodus Date: Thu, 4 Oct 2012 06:12:02 +0200 Subject: Finnally got the plugin interface working, hurray... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbae582..71adef3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri ### The C++ compiler and options: -CXX ?= gcc +CXX ?= g++ ECPPC ?= ecppc CXXFLAGS ?= -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -- cgit v1.2.3