codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Question] Is it possible to compile in a single project multiple .c/.cpp files simultaneously with Codelite Makefile Generator?

Open Simbi0z opened this issue 3 years ago • 2 comments

I have the following file dir structure: src/main.c src/foo.c src/foo.h

I need to compile them like gcc main.c foo.c. But it currently compiles like

gcc main.c
gcc foo.c

Looking in the project properties I cannot see a way to do this. cl1 cl2

Simbi0z avatar Nov 22 '22 17:11 Simbi0z

What's the difference between compiling:

gcc main.c
gcc foo.c

and

gcc main.c foo.c

?

eranif avatar Dec 04 '22 07:12 eranif

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs (within 5 days). Thank you for your contributions.

stale[bot] avatar Jun 18 '23 16:06 stale[bot]