how do i have a empty project

General questions regarding the usage of CodeLite
theatron
CodeLite Enthusiast
Posts: 11
Joined: Thu Dec 26, 2013 10:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

how do i have a empty project

Post by theatron »

You know how in dev c++ theres an empty project tab and things like that, but how do i make an empty project in codelite?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how do i have a empty project

Post by eranif »

never used devc++, can you explain what an empty project is?

Eran
Make sure you have read the HOW TO POST thread
theatron
CodeLite Enthusiast
Posts: 11
Joined: Thu Dec 26, 2013 10:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how do i have a empty project

Post by theatron »

Its basically what it is in other compilers, a project thats empty not a console app or gui app, just empty.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how do i have a empty project

Post by eranif »

You can create a console app and delete its main.cpp file.
Or you can try and use the template of 'Non-code project'

Whats the purpose behind the 'Empty project' is it supposed to compile eventually?
Eran
Make sure you have read the HOW TO POST thread
Post Reply