Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: stahta01 on May 05, 2015, 04:40:36 pm

Title: Patch for DoxyBlocks when self building CodeBlocks in Linux using wx2.8
Post by: stahta01 on May 05, 2015, 04:40:36 pm
Patch needed if both wx3.0 and wx2.8 dev files installed.

Patch removes unneeded wx-config at project level the one at target level is done correctly.

Tim S.

Code
Index: plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp
===================================================================
--- plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp (revision 10251)
+++ plugins/contrib/DoxyBlocks/DoxyBlocks-unix.cbp (working copy)
@@ -55,7 +55,6 @@
  <Add option="-ansi" />
  </Compiler>
  <Linker>
- <Add option="`wx-config --libs`" />
  <Add option="-Wl,--no-undefined" />
  </Linker>
  <Unit filename="AutoDoc.cpp" />
Title: Re: Patch for DoxyBlocks when self building CodeBlocks in Linux using wx2.8
Post by: killerbot on May 05, 2015, 06:49:52 pm
applied