Page 1 of 1
how do i have a empty project
Posted: Sat Feb 01, 2014 6:48 am
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?
Re: how do i have a empty project
Posted: Sat Feb 01, 2014 8:03 am
by eranif
never used devc++, can you explain what an empty project is?
Eran
Re: how do i have a empty project
Posted: Sat Feb 01, 2014 9:27 pm
by theatron
Its basically what it is in other compilers, a project thats empty not a console app or gui app, just empty.
Re: how do i have a empty project
Posted: Sat Feb 01, 2014 9:44 pm
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