David Kastrup <[email protected]> wrote: > Helge Kruse <[email protected]> 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, [email protected] Providenza & Boekelheide, Inc.
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
