[REBOL] Re: Preprocessor & RIP Questions
From: robert:muench:robertmuench at: 29-Nov-2001 19:48
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
> Maarten Koopmans
> Sent: Wednesday, November 28, 2001 10:18 PM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: Preprocessor & RIP Questions
> On the reb is a script called build-pack.r by Carl which may solve this
> problem. Or it show how to implement this quite easily.
Hi, good starting point. It makes one distribution file but not one source file.
I would like to get the following:
source.r includes
func1.r
func2.r
The mysterios script creates one myprogr.r file containing source.r and all the
stuff used from func1.r and func2.r much like a linker. Robert