]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Small additions from mailist.
[lilypond.git] / lily / main.cc
index af092830bf32567c66c3fe7e6b5123d4de4b982a..5f9b2a77f657f3e4c02dd68518e8a7d39cf66c31 100644 (file)
@@ -57,6 +57,7 @@ string init_name_global;
 /* Selected output backend
    One of (gnome, ps [default], eps, scm, svg, tex, texstr)") */
 string output_backend_global = "ps";
+
 /* Output formats to generate.  */
 string output_format_global = "";
 
@@ -88,7 +89,7 @@ bool make_print = true;
 
 
 bool relocate_binary =
-#if ARGV0_RELOCATION
+#if 1
   true;
 #else
   false