Update of /cvsroot/wxlua/wxLua/modules/lua/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/lua/src
Modified Files:
Makefile
Log Message:
update makefiles tospecify full path to lua module
Index: Makefile
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/lua/src/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 12 Jun 2006 03:50:37 -0000 1.5
--- Makefile 21 Dec 2006 06:02:03 -0000 1.6
***************
*** 5,16 ****
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
- # allow interception of coroutine created lua_States
- WXLUACFLAGS = -DWXLUA_LUA_NEWTHREAD
-
# Your platform. See PLATS for possible values.
PLAT= none
CC= gcc
! CFLAGS= -O2 -Wall $(MYCFLAGS) $(WXLUACFLAGS)
AR= ar rcu
RANLIB= ranlib
--- 5,13 ----
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
# Your platform. See PLATS for possible values.
PLAT= none
CC= gcc
! CFLAGS= -O2 -Wall $(MYCFLAGS)
AR= ar rcu
RANLIB= ranlib
|