From: John L. <jr...@us...> - 2008-01-10 17:04:31
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15167/wxLua Modified Files: configure Log Message: Updated bakefiles and autoconf to find the wxWidgets libs that exist on the system and link to those Also create only the wxLua bind libs for the existing wxWidgets libs Done by using $(WXLUA_LIBS) for autoconf like $(WX_LIBS) for the wxlua-lib tag and adding wxluamodule-lib to allow explicitly specifying the wxLua libs to link to for the modules. Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** configure 1 Aug 2007 10:08:22 -0000 1.58 --- configure 10 Jan 2008 17:04:23 -0000 1.59 *************** *** 697,700 **** --- 697,701 ---- LUA_PLATFORM_SPECIFIC_CFLAGS LUA_PLATFORM_SPECIFIC_LDFLAGS + WXLUA_LIBS WXLUA_MODNAMES WXLUA_LIBNAMES *************** *** 1994,2000 **** [...1705 lines suppressed...] else echo "USE_LUAMODULE is $USE_LUAMODULE" *************** *** 10705,10710 **** ! echo " - wxBind modules activated: " ! echo " $wxbind_list" --- 11714,11722 ---- ! echo " - wxBind modules enabled: " ! echo " $wxbind_list_enabled" ! ! echo " - wxBind modules that will be created: " ! echo " $WXLIB_NAMES" |