dreimer(a)svn.reactos.org wrote:
+ if ("$ENV:ROS_AUTOMAKE" -eq
"") {
+ $ENV:ROS_AUTOMAKE = "makefile-$ENV:ROS_ARCH.auto"
+ }
[...]
That's not properly ported.
My script only sets these variables locally due to "setlocal", yours
permanently changes the environment variables. This will result in obvious
problems when ROS_ARCH is changed.
Don't know whether PS provides an equally elegant way to overwrite these
variables locally like Batch does ;-)
Best regards,
Colin