[vbox-dev] build issue on eCS
Andy Willis
abwillis1 at gmail.com
Wed Jan 17 20:42:23 PST 2007
eCS sets an environment variable (programs) for the default program
directory. Having programs set causes an immediate build failure.
e:\svn-code\vbox\kbuild[0]svn diff
Index: envos2.cmd
===================================================================
--- envos2.cmd (revision 1)
+++ envos2.cmd (working copy)
@@ -40,6 +40,9 @@
call SysLoadFuncs;
end
+/* Fix for ecs programs environment variable */
+'SET PROGRAMS='
+
/*
* Apply the CMD.EXE workaround.
*/
The above would take care of this.
I don't think this requires it but just in case I will release this
via the MIT license.
Andy
More information about the vbox-dev
mailing list