From: Francesco M. <fr...@us...> - 2006-01-28 21:01:51
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26072/apps/build/bakefiles Modified Files: apps.bkl Log Message: fixed things related to library names Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** apps.bkl 27 Jan 2006 21:57:05 -0000 1.17 --- apps.bkl 28 Jan 2006 21:01:07 -0000 1.18 *************** *** 17,20 **** --- 17,21 ---- <!-- ================================================================== --> + <set var="FILELISTDIR">../..</set> <if cond="TARGETING_WIN32=='1'"> <!-- Win32 makefiles will be put in BUILD/MSW --> *************** *** 139,142 **** </exe> - </makefile> --- 140,142 ---- |