From: John L. <jr...@us...> - 2005-06-07 04:18:19
|
Update of /cvsroot/wxlua/wxLua/modules/lua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15118/wxLua/modules/lua Modified Files: Makefile config Log Message: still moving files to module and app directory Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 6 Jun 2005 23:06:14 -0000 1.1 --- Makefile 7 Jun 2005 04:17:38 -0000 1.2 *************** *** 14,18 **** cd src/luac; $(MAKE) $@ cd src/lua; $(MAKE) $@ - cd wxluautil; $(MAKE) $@ # in case they were not created during unpacking --- 14,17 ---- Index: config =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/config,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config 6 Jun 2005 23:06:14 -0000 1.1 --- config 7 Jun 2005 04:17:39 -0000 1.2 *************** *** 167,173 **** V=5.0 ! BIN= $(LUA)/bin INC= $(LUA)/include ! LIB= $(LUA)/lib INCS= -I$(INC) $(EXTRA_INCS) --- 167,173 ---- V=5.0 ! BIN= $(LUA)/../../bin INC= $(LUA)/include ! LIB= $(LUA)/../../lib INCS= -I$(INC) $(EXTRA_INCS) |