Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Question about why wxscintilla_cb is a static Library instead of Shared Lib?
stahta01:
The static libs wxscintilla_cb and tinyxml are both part of the CodeBlocks library therefore the linking and dependency on them should not exist outside of building the CodeBlocks library. One known exception is the CB Config Share standalone executable.
The sdk/propgrid library search folder should NOT be used in wxWidgets 3.0 CB Projects.
I am testing patches to fix these issues right now.
Likely take an hour or two to finish testing.
Will attach patches to this post later today.
Tested Windows wx30 32-bit projects ONLY.
--- Code: ---Index: src/CodeBlocks_wx30.cbp
===================================================================
--- src/CodeBlocks_wx30.cbp (revision 9521)
+++ src/CodeBlocks_wx30.cbp (working copy)
@@ -166,7 +166,6 @@
<Add library="gdi32" />
<Add directory="devel30" />
<Add directory="sdk/scripting/lib" />
- <Add directory="sdk/propgrid" />
</Linker>
<ExtraCommands>
<Add before="build_tools/autorevision/autorevision30 +wx +int +t . include/autorevision.h" />
Index: src/CodeBlocks_wx30_64.cbp
===================================================================
--- src/CodeBlocks_wx30_64.cbp (revision 9521)
+++ src/CodeBlocks_wx30_64.cbp (working copy)
@@ -166,7 +166,6 @@
<Add library="gdi32" />
<Add directory="devel30_64" />
<Add directory="sdk/scripting/lib" />
- <Add directory="sdk/propgrid" />
</Linker>
<ExtraCommands>
<Add before="build_tools/autorevision/autorevision30_64 +wx +int +t . include/autorevision.h" />
--- End code ---
Removed deleted patch(es) that was applied to SVN.
Tim S.
stahta01:
I am doing stuff that changes WX_CFG and decided to submit a patch that adds WX_CFG to the CB Projects.
(In some case it just renames WX_CONFIG to WX_CFG.)
I have NOT tested this patch; except for wx28 32bit CB Windows projects.
I added a few more CB Projects; did NOT add "src/plugins/debuggergdb/debuggergdb_test.cbp" because it failed to compile.
I only tested the Windows wx28 32-bit CB Projects.
Removed deleted patch(es) that was applied to SVN.
Tim S.
Navigation
[0] Message Index
[*] Previous page
Go to full version