[REBOL] Re: Build Package
From: agem:crosswinds at: 7-Jul-2001 17:23
RE: [REBOL] Build Package
Hi Carl
[carl--rebol--com] wrote:
> 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.
>
> This utility accepts a list of files and combines them
> into a single, compressed script. The list of files can
> include binary data such as images, sound, etc. See comments
> in the code.
>
> The utility does a MOLD of a LOAD for each script module, so
> comments and extra spacing are stripped. (That's a trick
> we use for building REBOL itself.)
>
> The script is in the Util section of the library:
>
> http://www.reboltech.com/library/scripts/build-pack.r
>
can we trust #64{..} more than debase (hoping ;-) ?
and, could editor have something like projects so
we can start by pack & test instead of testing the seperate
scripts?
of course i could hack it,
but using launch, running in desktop..
something official would be welcome.
(iam to modest to offer to code, except you think iam
clever enough ;-)
( with a short description how it should work.. )
> -Carl
>
;-) Volker