From: John L. <jr...@us...> - 2008-01-11 22:20:52
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14047/wxLua Modified Files: configure Log Message: Update install.html Fix accidental paste so configure was broken Move wxLUA_USEBINDING_XXX to wxbinddefs.h from wxluasetup.h so we don't have to specify the include for wxluasetup and since wxLUA_USEBINDING_XXX is used only for the WXLUA_DECLARE/IMPLEMENT/_BIND_XXX Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** configure 11 Jan 2008 17:22:37 -0000 1.61 --- configure 11 Jan 2008 22:20:47 -0000 1.62 *************** *** 7198,7203 **** ! # recreate the wx-config --libs after determining whacvs -z3 -d:ext:jr...@wx...:/cvsroot/wxlua diff wxLua ! t libs we've found WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $WXLIB_NAMES` --- 7198,7202 ---- ! # recreate the wx-config --libs after determining what libs we've found WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $WXLIB_NAMES` |