- Fixed locating build scripts when using absolute/relative pathnames (also handle variables now in script filenames)
- Added build scripts related functions in script bindings for CompileOptionsBase
Hello, where do I get:
2) mingwm10.dll
3) wxmsw26u_gcc_cb.dll
Please...
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.7z (http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.7z)
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z (http://prdownload.berlios.de/codeblocks/mingwm10.7z)
- Fixed locating build scripts when using absolute/relative pathnames (also handle variables now in script filenames)
- Added build scripts related functions in script bindings for CompileOptionsBase
What are the added functions and how they work? :) Please provide some details or link to them.
virtual void SetBuildScripts(const wxArrayString& scripts);
virtual const wxArrayString& GetBuildScripts() const;
virtual void AddBuildScript(const wxString& script);
virtual void RemoveBuildScript(const wxString& script);