lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On creating "title pages" and the like


From: Tim Roberts
Subject: Re: On creating "title pages" and the like
Date: Mon, 4 Nov 2013 11:27:46 -0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

David Kastrup <address@hidden> wrote:
Helge Kruse <address@hidden> writes:
> C:\lybook>lilypond-book --output=out --pdf demo.lytex
> Usage: lilypond-book [OPTION]... FILE
>
> Process LilyPond snippets in hybrid HTML, LaTeX, texinfo or DocBook
> document.
I seem to remember that Windows does something weird with = on the
command line.

No, this is a red herring.  The Windows "shell" does not interpret the command line in any way.  The text is passed untouched to the new process.  It's then up to your run-time library to parse that into argc/argv.  Different compiler run-time libraries do that slightly differently, but even the Microsoft run-time library handles = correctly.

Now, if you were actually saying that "getopt_long mishandles = on Windows", that's something I can't address.
-- 
Tim Roberts, address@hidden
Providenza & Boekelheide, Inc.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]