From: janneke Date: Wed, 7 Jul 2004 23:09:56 +0000 (+0000) Subject: odeps X-Git-Tag: release/2.3.9^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=796f39aaa953805966961d90dbe4d82a1b3bcd98;p=lilypond.git odeps --- diff --git a/SConstruct b/SConstruct index b79619d65a..058e11f088 100644 --- a/SConstruct +++ b/SConstruct @@ -209,12 +209,9 @@ if required: for i in required: print '%s: %s-%s or newer (found: %s-%s)' % i -sys.exit (1) - - -subdirs = ('mf',) +#subdirs = ('mf',) #subdirs = ('flower', 'lily', 'parser', 'gui', 'main',) -#subdirs = ('flower', 'lily', 'mf') +subdirs = ('flower', 'lily', 'mf') for d in subdirs: b = os.path.join (build, d, out) # Support clean sourctree build (srcdir build)