Author Topic: wxWidgets new project wizard  (Read 3457 times)

Offline jomabrueloe

  • Multiple posting newcomer
  • *
  • Posts: 10
wxWidgets new project wizard
« 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]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: wxWidgets new project wizard
« Reply #1 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 ;-)

Offline jomabrueloe

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: wxWidgets new project wizard
« Reply #2 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