How to create an empty Project ?

CodeLite installation/troubleshooting forum
LambShank
CodeLite Curious
Posts: 2
Joined: Thu May 19, 2016 6:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to create an empty Project ?

Post by LambShank »

when I create a project it contains a main.c with the "hello world" program inside it...
how do I fix this ?


is there a way to create an empty project ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to create an empty Project ?

Post by eranif »

Just create a project and delete all the files in it.
You can save this project as template for future use right click on the project->save as template


Eran
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: How to create an empty Project ?

Post by DavidGH »

Hi,

You can also select Others > Non-code project from the New Project wizard. You'll still be asked for a directory and to select a compiler, but you'll end up with an empty project you can add anything to. I've used this in the past for documentation.

Regards,

David
Post Reply