From: John L. <jr...@us...> - 2006-02-02 17:05:49
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28688/wxLua/apps/wxluaedit/src Modified Files: Makefile Log Message: add the overrides to the wxstc module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 2 Feb 2006 15:49:24 -0000 1.4 --- Makefile 2 Feb 2006 17:05:41 -0000 1.5 *************** *** 83,86 **** --- 83,89 ---- @(cd $(WXLUA_DIR)/modules/wxbind/src && make) + wxLuaSTCBindings: + @(cd $(WXLUA_DIR)/modules/wxbindstc/src && make) + wxLuaLib: @(cd $(WXLUA_DIR)/modules/wxlua/src && make) |