Comment #1 on issue 979 by percival.music.ca: waf build system
http://code.google.com/p/lilypond/issues/detail?id=979

Work on this is currently stuck because the below doesn't work (waf barfs when there's an output file with the same name as the input filename). Somebody needs to
coordinate with the waf people.


$ touch c e
$ echo wscript

#! /usr/bin/env python
# encoding: utf-8

VERSION='0.0.1'
APPNAME='test'
srcdir = '.'
blddir = 'build'

def configure(conf):
        pass

def build(bld):
        bld.new_task_gen(source='c', target='d', rule='cp ${SRC} ${TGT}')
        bld.new_task_gen(source='e', target='e', rule='cp ${SRC} ${TGT}')


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to