From: Francesco <fr...@us...> - 2005-06-20 09:49:14
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24985/apps/build/bakefiles Modified Files: apps.bkl Log Message: Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** apps.bkl 20 Jun 2005 09:02:46 -0000 1.3 --- apps.bkl 20 Jun 2005 09:48:35 -0000 1.4 *************** *** 49,57 **** --> ! <exe id="wxlua" template="wxlua"> <!-- <depends>wrap</depends> --> <sources>$(WXLUA_SRC)</sources> <headers>$(WXLUA_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> <win32-res>wxlua/src/wxlua.rc</win32-res> --- 49,60 ---- --> ! <!-- NOTE: we need to use a name different from 'wxlua' since 'wxlua' name is already in use ! as a module target... this would lead to problems when creating global DSW file... --> ! <exe id="app_wxlua" template="wxlua"> <!-- <depends>wrap</depends> --> <sources>$(WXLUA_SRC)</sources> <headers>$(WXLUA_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> + <exename>wxlua</exename> <win32-res>wxlua/src/wxlua.rc</win32-res> *************** *** 64,67 **** --- 67,71 ---- <wxlua-lib>wxluasocket</wxlua-lib> <wxlua-lib>wxlua</wxlua-lib> + <wxlua-lib>wxbind</wxlua-lib> <wxlua-lib>lua</wxlua-lib> <wx-lib>adv</wx-lib> |