Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jomabrueloe on July 27, 2006, 04:09:34 pm

Title: wxWidgets new project wizard
Post by: jomabrueloe on July 27, 2006, 04:09:34 pm
Hi,

I have made an enhanced wizard script for new wxWidgets projects (at least for the nightly build of the windows version), which corrects the lib setting (gcc_ --> gcc_lib, std libraries were not found) and adds (nearly) all wxwidgets libs and those gcc libs required to run the base project.

The script is appended as txt file, just rename it to wizard.script and place it into ..\share\CodeBlocks\templates\wizard\wxwidgets

Greetings

Jo

[attachment deleted by admin]
Title: Re: wxWidgets new project wizard
Post by: killerbot on July 27, 2006, 05:46:25 pm
nothing appended. I think it's better to provide as a patch on berlios. And PM Morton, he's the wizard ;-)
Title: Re: wxWidgets new project wizard
Post by: jomabrueloe on July 27, 2006, 07:46:57 pm
the script is attached as file "wizard.script.txt", at least I can see it  :P

Jo