REBOL [ Title: "Your Values! main file (for prebol.r)" Purpose: { Main file for building Your Values! } Author: "Gabriele Santilli" EMail: giesse@rebol.it File: %main.r License: { Copyright (C) 2003 Gabriele Santilli This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. http://www.gnu.org/copyleft/gpl.html } Date: 9-Nov-2004 Version: 1.2.0 ; majorv.minorv.status ; status: 0: unfinished; 1: testing; 2: stable History: [ 19-Oct-2004 1.1.0 "History start" 9-Nov-2004 1.2.0 "Added prevalent-object.r" ] ] #do [ search-path: compose [ (what-dir) http://www.colellachiara.com/soft/ http://www.colellachiara.com/soft/YourValues/ http://www.fm.vslib.cz/~ladislav/rebol/ ] do http://www.colellachiara.com/soft/Libs/autodoc.r if exists? %docs/developer.txt [delete %docs/developer.txt] set-doc-file %docs/developer.txt ] #include %libs/utility.r {STUFF FROM LADISLAV ------------------------------------------------} ; so that I can use Ladislav files with just prebol include: :comment #include %default.r #include %tfunc.r #include %pass-args.r {END STUFF FROM LADISLAV --------------------------------------------} #include %libs/custom-types.r #include %libs/persist.r #include %libs/types/prevalent-block.r #include %libs/types/prevalent-object.r