%% "Earnie Boyd" <[EMAIL PROTECTED]> writes: eb> * Translate the result of getenv ().
We can't do this, because we don't know what values in an environment variable are pathnames and which aren't. I suppose we could make educated guesses about SOME values, like those that appear in PATH. Not sure this is important though. eb> Don't forget though, when spawning a process you need the command eb> line to use \ instead of /. If this is so we can't do it at all: there's no way we can change them _back_ again... how could that be done? -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
