From 098b1d52ca7ad394eaee0481c6c43ed0234166f6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Dec 2002 13:38:01 +0000 Subject: change CFLAGS to CXXFLAGS svn-id: r5896 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97aaebc96d..a8125d3c67 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CP = cp # Default compilation parameters. Normally don't edit these # ####################################################################### -CFLAGS := -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas +CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas DEFINES := LDFLAGS := INCLUDES:= -I. -Icommon @@ -48,7 +48,7 @@ LIBS += -lmad # LIBS += -lasound # Uncomment this for stricter compile time code verification -# CFLAGS += -Wshadow -Werror +# CXXFLAGS+= -Wshadow -Werror ####################################################################### -- cgit v1.2.3