Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Patch for DoxyBlocks when self building CodeBlocks in Linux using wx2.8

(1/1)

stahta01:
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" />

--- End code ---

killerbot:
applied

Navigation

[0] Message Index

Go to full version