Author: saces Date: 2009-01-19 20:54:15 +0000 (Mon, 19 Jan 2009) New Revision: 25126
Added: trunk/apps/wxFCP/Bakefiles.bkgen Log: configuration file for bakefile Added: trunk/apps/wxFCP/Bakefiles.bkgen =================================================================== --- trunk/apps/wxFCP/Bakefiles.bkgen (rev 0) +++ trunk/apps/wxFCP/Bakefiles.bkgen 2009-01-19 20:54:15 UTC (rev 25126) @@ -0,0 +1,15 @@ +<?xml version="1.0" ?> +<!-- $Id$ --> +<!-- +Build configuration script for Bakefile. +--> + +<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen"> + + <input>src/fcp/fcp.bkl</input> + <input>samples/fcp/nodeinfo.bkl</input> + + <!-- Personal customizations (not in SVN): --> + <include file="Bakefiles.local.bkgen" ignore_missing="1"/> + +</bakefile-gen> _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
