On Thu, 16 Sep 2004, Graham Leggett <[EMAIL PROTECTED]> wrote: > Can gump call external scripts at all? (like ./buildocnf, or > ./configure)
Yes, but with with a certain tweak. Gump is in theory platform independent. I think we'll have to go platform dependent to have different build processes on Unix like systems as opposed to Windows for C projects, but this is where Gump comes from. Gump supports running scripts via the <script> builder, but in order to be cross platform it works so that <script name="bootstrap"/> is translated to bootstrap.sh on Unix and bootstrap.bat on Windows. There is currently no way to run a script that doesn't have an extension, but that should be easy to support. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]