From: John L. <jr...@us...> - 2007-07-04 05:39:52
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv478/wxLua/bindings/wxstc Modified Files: stc.i Log Message: Add wxAUI library and rebuild all build files Cleanup Makefiles using wx-config and include common bits to simplify them Index: stc.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/stc.i,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** stc.i 18 Jun 2007 02:56:23 -0000 1.13 --- stc.i 4 Jul 2007 05:39:14 -0000 1.14 *************** *** 1,3 **** ! ///////////////////////////////////////////////////////////////////////////// // Purpose: wxStyledTextCtrl from contribs // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxStyledTextCtrl from contribs // Author: J Winwood, John Labenski *************** *** 5,9 **** // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWidgets licence ! ///////////////////////////////////////////////////////////////////////////// --- 5,9 ---- // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWidgets licence ! // =========================================================================== |