]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/SConscript
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / SConscript
index 3e994a29dde980b24391e0b42260aaf58a7ade22..d12e237fd16a0d4bf0cd3bc6055146a3352b892d 100644 (file)
@@ -15,16 +15,16 @@ e.Append (
          '#/lily/include',
          '#/flower/include',
          '#/kpath-guile/include',
-         '#/ttftool/include',
          outdir],
        LEXFLAGS = ['-Cfe', '-p', '-p'],
-       LIBS = ['flower', 'ttftool', 'kpath-guile'],
+       LIBS = ['flower'],
        )
 
 e.HH ('parser.hh', 'parser.yy')
 e.ParseConfig ('guile-config link')
-lily = e.Program ('lilypond-bin', sources)
+lily = e.Program ('lilypond', sources)
 install (lily, env['bindir'])
 
-po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
-env.Alias ('po-update', po)
+# let's not, for now
+#po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
+#env.Alias ('po-update', po)