From: John L. <jr...@us...> - 2005-11-30 23:52:38
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7962/wxLua/apps/build/bakefiles Modified Files: apps.bkl Log Message: get wxluaedit apps to work again Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** apps.bkl 29 Nov 2005 23:52:11 -0000 1.11 --- apps.bkl 30 Nov 2005 23:52:30 -0000 1.12 *************** *** 105,108 **** --- 105,110 ---- </if> + <if cond="TARGETING_WIN32=='1'"><include>$(WX_DIR)$(DIRSEP)contrib$(DIRSEP)include</include></if> + <!-- Libraries must be put in the reverse order they'll be loaded --> <wxlua-lib>wxluasocket</wxlua-lib> |