Hi,
I will attach a 7-zip zipped file, that contains the wxctb 0.13 source tree, together with one extra directory 'Project'. That directory contains a cbp file for codeblocks.
It will allow you to build the package as a static lib : both on windows and on linux (currently only tested on linux, so there could be a little issue on windows, will be fixed tomorrow for sure in case there is an issue).
The output shows up in a Deliv directory.
Note that in this package I only kept the src/include directories.
What other changes did I carry out :
- renamed the directories ctb-0.13 to ctb
- because of that some source files have been changed to adjust their include directives (eg #include"wx/ctb-0.13/file.h" ---> #include"wx/ctb/file.h"
- I fixed a few minor warnings
The creation of the cbp file is based upon the makefiles for MinGW and linux, with 1 difference, during release I shoot for -o3 instead of -o2.
NOTE : the gpib is not included, in case you need this, you will have to add it yourself.
That should be it.
Enjoy.
[attachment deleted by admin]