From b67d36e051e3c1788b4e57ffeb2f34b2ce4cfd4e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 1 Sep 2009 17:15:21 +0000 Subject: make scons tell people to use waf git-svn-id: svn://localhost/ardour2/branches/3.0@5610 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/SConstruct b/SConstruct index 77af788658..12bc5af4b5 100644 --- a/SConstruct +++ b/SConstruct @@ -18,6 +18,9 @@ import commands from sets import Set import SCons.Node.FS +print "\n----------------------------------------\nPlease build Ardour 3.X using waf:\n\n./waf configure\n./waf" +exit (0) + SConsignFile() EnsureSConsVersion(0, 96) @@ -1485,12 +1488,12 @@ create_stored_revision() # the subdirs # -for subdir in coredirs: - SConscript (subdir + '/SConscript') +#for subdir in coredirs: +# SConscript (subdir + '/SConscript') -for sublistdir in [ subdirs, timefx_subdirs, gtk_subdirs, surface_subdirs ]: - for subdir in sublistdir: - SConscript (subdir + '/SConscript') +#for sublistdir in [ subdirs, timefx_subdirs, gtk_subdirs, surface_subdirs ]: +# for subdir in sublistdir: +# SConscript (subdir + '/SConscript') # cleanup env.Clean ('scrub', [ 'scache.conf', '.sconf_temp', '.sconsign.dblite', 'config.log']) -- cgit v1.2.3