diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 14:19:38 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 14:19:38 +0000 |
commit | 279c81f8ea01462b215ccbdabfdefcb476a15687 (patch) | |
tree | 29a8886ee339b40926138c06bdc1048a20c956ff | |
parent | d852b157750a3b5406c3562f2b8d0a3c7b6e445c (diff) | |
download | vdr-plugin-muggle-279c81f8ea01462b215ccbdabfdefcb476a15687.tar.gz vdr-plugin-muggle-279c81f8ea01462b215ccbdabfdefcb476a15687.tar.bz2 |
Default CXX to g++.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@981 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p ### The C++ compiler and options: -CXX ?= g++-3.3 +CXX ?= g++ CXXFLAGS ?= -fPIC -O0 -Wall -Wformat=2 -Woverloaded-virtual -Wno-deprecated -g ### The directory environment: |