Update of /cvsroot/wxlua/wxLua/apps/wxlua/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6440/wxLua/apps/wxlua/src
Modified Files:
Makefile
Log Message:
added wxWidgets bindings and finishing separating wxSTC module
Index: Makefile
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile 2 Feb 2006 15:49:24 -0000 1.11
--- Makefile 2 Feb 2006 16:07:44 -0000 1.12
***************
*** 74,78 ****
wxstc_bindings:
! @(cd $(WXLUA_DIR)/bindings/wxwidgets && make)
editor:
--- 74,78 ----
wxstc_bindings:
! @(cd $(WXLUA_DIR)/bindings/wxstc && make)
editor:
***************
*** 83,87 ****
wxSTCBindings:
! @(cd $(WXLUA_DIR)/modules/wxstc/src && make)
wxLuaLib:
--- 83,87 ----
wxSTCBindings:
! @(cd $(WXLUA_DIR)/modules/wxbindstc/src && make)
wxLuaLib:
|