Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29475/wxLua/modules/wxbindstc/include
Modified Files:
wxbind.h
Log Message:
cleanup the Cpp header info and unify generating them in genwxbind.lua
rename wx.rules to wx_rules.lua since it is a lua file
Index: wxbind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/include/wxbind.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxbind.h 2 Feb 2006 16:11:33 -0000 1.1
--- wxbind.h 3 Feb 2006 17:13:30 -0000 1.2
***************
*** 1,13 ****
! // ---------------------------------------------------------
! // wxstc.h
! // headers and tag for wxLua binding
! //
// This file was generated by genwxbind.lua
! //
! // Any changes made to this file may be lost when file
! // is regenerated
! // ---------------------------------------------------------
!
!
#ifndef __HOOK_WXLUA_wxstc_H__
--- 1,8 ----
! // ----------------------------------------------------------------------------
! // wxstc.h - headers and tags for wxLua binding
! //
// This file was generated by genwxbind.lua
! // Any changes made to this file may be lost when file is regenerated
! // ----------------------------------------------------------------------------
#ifndef __HOOK_WXLUA_wxstc_H__
|