CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/10/19 13:53:03

Modified files:
        .              : SConstruct 

Log message:
        * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
        main).
        
        * SConstruct: Resurrect.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/SConstruct.diff?tr1=1.81&tr2=1.82&r1=text&r2=text

Patches:
Index: lilypond/SConstruct
diff -u lilypond/SConstruct:1.81 lilypond/SConstruct:1.82
--- lilypond/SConstruct:1.81    Wed Oct 19 13:37:27 2005
+++ lilypond/SConstruct Wed Oct 19 13:53:03 2005
@@ -688,6 +688,8 @@
 
 # ugr,huh?
 env.Append (LINKFLAGS = ['-Wl,--export-dynamic'])
+# FIXME: ParseConfig ignores -L flag?
+env.Append (LINKFLAGS = ['-L/usr/X11R6/lib'])
 
 if env['verbose']:
        env['__verbose'] = ' --verbose'


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

Reply via email to