Update of /cvsroot/wxlua/wxLua/apps/wxlua/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19847/apps/wxlua/src
Modified Files:
wxlua.cpp
Log Message:
now BUILDDIR is set exactly like the wxWidgets builddir
system LUA is now used if available on Unix or on Windows with USE_SYSTEM_LUA=1
changed the way the lua headers are included (removed the 'lua/include' prefix) to make it possible to use
external lua
Now when using built-in LUA the generated library is named lua5.1 and it overwrites any eventually preexisting
lua library (when installed).
Fixed the "samples" directory copy when srcdir==.
Index: wxlua.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** wxlua.cpp 12 Dec 2006 01:23:40 -0000 1.43
--- wxlua.cpp 19 Dec 2006 21:11:59 -0000 1.44
***************
*** 33,37 ****
extern "C"
{
! #include "lua/include/lualib.h"
}
--- 33,37 ----
extern "C"
{
! #include "lualib.h"
}
|