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 ?
How to create an empty Project ?
-
- CodeLite Curious
- Posts: 2
- Joined: Thu May 19, 2016 6:25 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to create an empty Project ?
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
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
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: How to create an empty Project ?
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
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