-
Bug
-
Resolution: Fixed
-
P5
-
6
-
mustang
-
generic
-
generic
win2k sp2 automatically comes with wscript.exe located in the windows system directory. Now that win2k sp2 is the official platform to build the j2se, we should no longer require developers to put wscript.exe in the C:/utils directory. We need to add something like this:
WSCRIPT=$(subst //,/,$(subst \,/,$(SystemRoot)/))system32/wscript.exe
###@###.### 2004-05-05
WSCRIPT=$(subst //,/,$(subst \,/,$(SystemRoot)/))system32/wscript.exe
###@###.### 2004-05-05