> Regarding the win32 "Path" discussions. I noticed that even though my > system environement variable is called "PATH". When i type "set" in a > cmd.exe, I still see "Path" as the variable name. This is how it > appears in the 3.81 beta make as well I noticed.
This is my observation as well. CMD.EXE forces the name to Path, and seems to be case sensative. If you set PATH and Path in a make file, it is the Path variable which gets recognized by CMD.EXE. I wonder how ActivePerl handles it. -David _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
