Compiler layout parameters

2014-02-26 Thread Carlo Vanoni
Hi everyone. I'm a programmer, and I'm used to use command line parameters when compiling a program. As an example: gcc my_source_code.c -Iinclude_folder -o my_program Here, I tell the compiler to watch inside include_folder for files to include during the copilation process. My idea is to

Re: Compiler layout parameters

2014-02-26 Thread Urs Liska
Am 26.02.2014 10:49, schrieb Carlo Vanoni: Hi everyone. I'm a programmer, and I'm used to use command line parameters when compiling a program. As an example: gcc my_source_code.c -Iinclude_folder -o my_program Here, I tell the compiler to watch inside include_folder for files to include

Re: Compiler layout parameters

2014-02-26 Thread Eluze
in context: http://lilypond.1069038.n5.nabble.com/Compiler-layout-parameters-tp159878p159881.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Compiler layout parameters

2014-02-26 Thread Carlo Vanoni
Good! I'll give it a try. Many thanks MIX Il Mercoledì 26 Febbraio 2014 11:04, Urs Liska u...@openlilylib.org ha scritto: Am 26.02.2014 10:49, schrieb Carlo Vanoni: Hi everyone. I'm a programmer, and I'm used to use command line parameters when compiling a program. As an