aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Gray2003-08-02 09:21:34 +0000
committerJonathan Gray2003-08-02 09:21:34 +0000
commit93482ae5c6d17dd8f3257be86b589bcd724ff887 (patch)
treeff1196c1a854f9f58aef2c2d31886baac06a3820 /Makefile
parent0b2bd31010826a32faa129c532b31d19dd167b38 (diff)
downloadscummvm-rg350-93482ae5c6d17dd8f3257be86b589bcd724ff887.tar.gz
scummvm-rg350-93482ae5c6d17dd8f3257be86b589bcd724ff887.tar.bz2
scummvm-rg350-93482ae5c6d17dd8f3257be86b589bcd724ff887.zip
automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable some additional warnings in Makefile.new
svn-id: r9399
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acf02e4f19..bdfa72a802 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,8 @@ LIBS += -lmad
# Uncomment this to cause warnings to be treated as errors
# CXXFLAGS+= -Werror
+# Uncomment this to use GCC 3.x specific dependency tracking (recommended)
+# HAVE_GCC3 = 1
#######################################################################
# Control which modules are built - uncomment any to disable module #