X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2FSConscript;h=ebd623fee9a203647ec2667a83a23505e39675a1;hb=b3e7bc3a6fd47b2fa6d97ceb8ffb42ad20dd9057;hp=3e994a29dde980b24391e0b42260aaf58a7ade22;hpb=851bae91dfb59ab3b0438d5b9c6d4c2d96f86309;p=lilypond.git diff --git a/lily/SConscript b/lily/SConscript index 3e994a29dd..ebd623fee9 100644 --- a/lily/SConscript +++ b/lily/SConscript @@ -14,17 +14,16 @@ e.Append ( CPPPATH = [ '#/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)