diff options
| author | Jonathan Gray | 2003-08-02 09:21:34 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2003-08-02 09:21:34 +0000 |
| commit | 93482ae5c6d17dd8f3257be86b589bcd724ff887 (patch) | |
| tree | ff1196c1a854f9f58aef2c2d31886baac06a3820 /Makefile | |
| parent | 0b2bd31010826a32faa129c532b31d19dd167b38 (diff) | |
| download | scummvm-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 # |
