From: Francesco M. <fr...@us...> - 2007-04-24 14:21:45
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13500/apps/build/bakefiles Modified Files: apps.bkl Log Message: fixed output path for libs and apps Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** apps.bkl 23 Apr 2007 22:44:26 -0000 1.51 --- apps.bkl 24 Apr 2007 14:21:09 -0000 1.52 *************** *** 20,23 **** --- 20,24 ---- <!-- Win32 makefiles will be put in BUILD/MSW --> <set var="WXLUA_BASEDIR">../../..</set> + <set var="WXLUA_BINDIR">../../bin</set> <set-srcdir>../..</set-srcdir> *************** *** 29,32 **** --- 30,34 ---- --> <set var="WXLUA_BASEDIR">$(top_srcdir)</set> + <set var="WXLUA_BINDIR">../bin</set> <!-- leave SRCDIR to its '.' default --> *************** *** 49,54 **** <install-to>$(BINDIR)</install-to> ! <!-- do not prefix "bin" with $(WXLUA_BASEDIR): we want to allow out-of-tree builds!--> ! <wxlua-dirname>../bin</wxlua-dirname> </template> --- 51,55 ---- <install-to>$(BINDIR)</install-to> ! <wxlua-dirname>$(WXLUA_BINDIR)</wxlua-dirname> </template> *************** *** 60,65 **** <exe id="app_lua" template="wxlua"> ! <!-- do not prefix "bin" with $(WXLUA_BASEDIR): we want to allow out-of-tree builds!--> ! <wxlua-dirname>../bin</wxlua-dirname> <app-type>console</app-type> --- 61,65 ---- <exe id="app_lua" template="wxlua"> ! <wxlua-dirname>$(WXLUA_BINDIR)</wxlua-dirname> <app-type>console</app-type> |