CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/10/19 13:37:28
Modified files:
. : SConstruct ChangeLog
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.80&tr2=1.81&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4194&tr2=1.4195&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4194 lilypond/ChangeLog:1.4195
--- lilypond/ChangeLog:1.4194 Wed Oct 19 13:24:08 2005
+++ lilypond/ChangeLog Wed Oct 19 13:37:27 2005
@@ -1,5 +1,8 @@
2005-10-19 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+ * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
+ main).
+
* lily/SConscript: Remove ttftools.
* SConstruct: Resurrect.
Index: lilypond/SConstruct
diff -u lilypond/SConstruct:1.80 lilypond/SConstruct:1.81
--- lilypond/SConstruct:1.80 Wed Oct 19 13:24:08 2005
+++ lilypond/SConstruct Wed Oct 19 13:37:27 2005
@@ -369,7 +369,7 @@
def CheckYYCurrentBuffer (context):
context.Message ('Checking for yy_current_buffer... ')
- ret = conf.TryLink ("""using namespace std;
+ ret = conf.TryCompile ("""using namespace std;
#include <FlexLexer.h>
class yy_flex_lexer: public yyFlexLexer
{
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs