[REBOL] Re: Build Package
From: philb:upnaway at: 7-Jul-2001 19:58
Hi Robert,
I would certainly be interested .... didnt realise Carl's package would unpack everything
on the client side.
I have an email client that consists of 19 .r files (1 main file that 'does' the rest
of the files which define functions). Currently I have a program to amalgamate everything
into 1 big file.
But it needs replacing with something more general that I can use with some of my other
programs ... especially something that handles graphics & sound files.
Cheers Phil
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
> Carl Sassenrath
> Sent: Saturday, July 07, 2001 4:38 AM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Build Package
> Here is a utility that will come in handy if you are working
> on a large REBOL program that includes multiple files, but
> you want a single file to distribute.
Hi, this very handy, it makes distribution a lot easier :-)) but I think the
scripts will be devided again at the target site, right? How about expanding it
to become a pre-processor, which allows me to integrate several scripts from my
development machine into a single file, and this single file is than distributed
and run on the target site. Anyone interested?
Please note: I once asked this on the list, and someone answered with a nice
approach, but I don't have any time at the moment to create a useful Rebol
pre-processor... Robert