Patch #3476 2013-06-12 08:53
gd_on
avoid a warning in source_exporter plugin generation- Download
- 3476-avoid_a_warnin.patch (643 bytes)
Index: Exporter.cbp
===================================================================
--- Exporter.cbp (révision 9138)
+++ Exporter.cbp (copie de travail)
@@ -58,7 +58,7 @@
<Target title="default">
<Option output="..\..\..\devel\share\CodeBlocks\plugins\Exporter" prefix_auto="0" extension_auto="1" />
<Option object_output="..\..\..\.objs\plugins\contrib\source_exporter" />
- <Option external_deps="libwxPdfDocument.a;" />
+ <Option external_deps="wxPdfDocument\lib\libwxPdfDocument.a;" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -na -ns -nd" />
History
gd_on 2013-06-12 08:58
Avoid a warning in source_exporter plugin on Windows when generating with the .cbp file where external_deps is not correctly set.
biplab 2013-06-13 14:37
Thanks for the patch.