FET Forum

FET Support (English) => Programming Help => Topic started by: Peter Johnson on January 11, 2017, 05:10:15 PM

Title: What is src-cl in project?
Post by: Peter Johnson on January 11, 2017, 05:10:15 PM
Hey guys, Thank you for your really really interesting Project.

I cannot find out what the section of src-cl do in source. could you explain about it or present a doc about it?

thank you so much.
Title: Re: What is src-cl in project?
Post by: Liviu Lalescu on January 11, 2017, 05:13:43 PM
There are two executables: fet and fet-cl. fet-cl is FET command-line. src-cl.pro is for compiling FET command-line.
Title: Re: What is src-cl in project?
Post by: Volker Dirr on January 11, 2017, 07:31:06 PM
the source in in "src" directory.
see "scr-cl.pro" file to see all files that are needed for this executable.
Title: Re: What is src-cl in project?
Post by: Peter Johnson on January 13, 2017, 09:36:26 AM
Thank you (Liviu Lalescu and Volker Dirr) so much  :)

Could you more explain about it? For example if I want to make change to output template or something like it, do I have to change it in both sources (src files and src-cl)?
Title: Re: What is src-cl in project?
Post by: Volker Dirr on January 13, 2017, 10:10:40 AM
If you compare "scr-cl.pro" and "scr.pro"  file, then you will see that "scr-cl.pro" is a subset of "scr.pro".

So if you do changes for the cl stuff, then it is automatically changed for both versions.
Title: Re: What is src-cl in project?
Post by: Peter Johnson on January 13, 2017, 01:17:50 PM
Interesting  :D

I will ask some questions about it later (I check it now and ask my questions later).

Thank you.