Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6440/wxLua/bindings/wxstc
Modified Files:
wxstc_rules.lua
Log Message:
added wxWidgets bindings and finishing separating wxSTC module
Index: wxstc_rules.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_rules.lua,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxstc_rules.lua 2 Feb 2006 15:49:24 -0000 1.1
--- wxstc_rules.lua 2 Feb 2006 16:07:45 -0000 1.2
***************
*** 34,38 ****
-- bindings in it. This will be used as #include "hook_header_file" in the C++
-- wrapper files, so it must include the proper #include path.
! hook_header_file = "wxstc/include/wxbind.h"
-------------------------------------------------------------------------------
--- 34,38 ----
-- bindings in it. This will be used as #include "hook_header_file" in the C++
-- wrapper files, so it must include the proper #include path.
! hook_header_file = "wxbindstc/include/wxbind.h"
-------------------------------------------------------------------------------
|