Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Preprocessor & RIP Questions

 [1/4] from: robert::muench::robertmuench::de at: 28-Nov-2001 21:51


Hi, I know I have asked this thing some time ago but I couldn't find the old posting. Anyway... The good news is that make-doc-pro version 1.0.1 is finished and it has quite a lot of improvements. Now I want to make a distribution. I use some functions, that I have collect in the central location: my rm_functions.r file. I include this file with do %rm_functions.r So far no problem. But I don't want to slice the single make-doc-pro.r file and therefore would like to include the source-code in the distribution version of make-doc-pro.r file but not in my local development version. So I need a distribution-maker script that can do this and maybe use the RIP format too. Any suggestions or even better solutions ;-))? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de

 [2/4] from: m:koopmans2:chello:nl at: 28-Nov-2001 22:17


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. In Rugby I use a build-rugby.r script. You can download rugby at www.vrijheid.net, check out the modules subdirectory in the distro. HTH, Maarten

 [3/4] from: ammonjohnson:y:ahoo at: 28-Nov-2001 15:01


Also, try RIMaker from the Etienne REBSite. It is awesome! Enjoy!! Ammon

 [4/4] 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
<<quoted lines omitted: 4>>
> 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

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted