- On Windows, assume that absolute path names without a drive letter
refer to the drive on which the SConstruct file lives.
+ - Add /usr/ccs/bin to the end of the the default external execution
+ PATH on Solaris.
+
From Chen Lee:
- Handle Visual Studio project and solution files in Unicode.
def generate(env):
posix.generate(env)
- #Based on sunSparc 8:32bit ARG_MAX=1048320 - 3000 for environment expansion
+ # Based on sunSparc 8:32bit
+ # ARG_MAX=1048320 - 3000 for environment expansion
env['MAXLINELENGTH'] = 1045320
+ env['ENV']['PATH'] = env['ENV']['PATH'] + ':/usr/ccs/bin'