Patch #1993 2007-05-10 22:43

stahta01

Enable Keybinder build using wxMSW without PCH
Download
1993-Enable_Keybind.patch (567 bytes)
Category
Plugin::Bugfix
Status
Closed
Close date
2007-05-11 15:42
Assigned to
 
Index: src/plugins/contrib/keybinder/keybinder.cbp
===================================================================
--- src/plugins/contrib/keybinder/keybinder.cbp    (revision 3955)
+++ src/plugins/contrib/keybinder/keybinder.cbp    (working copy)
@@ -43,6 +43,7 @@
             <Add option="-Wall" />
             <Add option="-g" />
             <Add directory="$(#CB.include)" />
+            <Add directory="$(#CB.include)\wxscintilla\include" />
             <Add directory="$(#WX.include)" />
             <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
             <Add directory="$(#WX)\contrib\include" />
stahta01 2007-05-10 23:26

Minor formatting change.

stahta01 2007-05-10 23:51

Please use forum thread for long comments or questions http://forums.codeblocks.org/index.php/topic,5881.msg45006.html#msg45006

stahta01 2007-05-11 01:35

Updated to match current SVN.

Tim S

pecan 2007-05-11 15:42

Thanks, done with include instead.