Peter Christopher <[EMAIL PROTECTED]> wrote: > Hi there,
> I have included a script that I think addresses TODO #32365 -- > which was, in short, allow easy shortcuts to build information. The > script generates a file called parrot-config.pbc in the root directory > that can search through build information and shortcuts. I'm not quite sure, if we need the additional complexity of a build-script that generates parrot-config. It's for sure more flexible but OTOH we probably just need a few shortcuts, which could be handled directly too. > One thing I didn't address is what kind of shortcuts folks want. I just > have a couple of example shortcuts in the script. Yeah. I was thinking of just --compile --link maybe with shared variants that emit everything needed to create e.g. a t/src/*.c -ish binary. Let's see what other people would need. > Best,Pete Thanks, leo