Order build for multiple OS

and you will never see him again… he will be sitting on the lake drinking beer and a pole in his hands…

… and he’ll spend all day at the lake drinking beer.

I love fishing
Just hate catching anything

hence why I have a rod & weights but no hooks

Its like golf - takes all day & you come home drink :slight_smile:

[quote=117677:@Norman Palardy]Write one IDE script that invoked the builds in whatever order you desire
Then use that script to run your builds

YOU can control the order VERY explicitly already

Literally you can run one script
dim s as string
s = BuildApp( 3 ) // Win32
s = BuildApp( 4 ) // Linux
s = BuildApp( 6 ) // OS X Carbon
s = BuildApp( 7 ) // OS X Cocoa

fixed order done ![/quote]

ok, it works perfect!

thanks,