Updated project templates

Discussion about CodeLite development process and patches
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Updated project templates

Post by marfi »

Hi Eran,
I've updated some existing project templates distributed with the CL and created one new. You can find them in the attachment. The changes are following:
- Fixed hard coded output file name in some templates
- Fixed compiler and linker flags in some templates (no console window in GUI apps in Windows, compiler/linker optimizations, ...)
- Added sample code to wx-enabled static/dynamic library templates
- Added new template for dynamic wx-enabled library for Windows (producing not only *.dll, but also *.a file)
- Fixed template name and icon in QMake console project

All modified templates have been tested on MS Windows XP SP3 (wxWidgets 2.8.9, MinGW 4.3.2) and Ubuntu 8.04 LTS (wxWidgets 2.8.10, GCC 4.2.4). Please, could you add the templates to the CL's repository?

Thank you!
Best regards
Michal
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Updated project templates

Post by eranif »

Done.

Thanks!

Eran
Make sure you have read the HOW TO POST thread
Post Reply