To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102971
------- Additional comments from [email protected] Fri Jun 26 10:55:37 +0000 2009 ------- @hjs: The macro $(PATH_SEPERATOR) is always ";" in Windows even if the build uses cygwin shell. So it should be like as follows. IF "$(GUI)"=="WNT" && "$(USE_SHELL)"!="4nt" PATH!:=.:$(SOLARBINDIR:^"/cygdrive/":s/://):$(PATH) .ELSE # "$(GUI)"=="WNT" && "$(USE_SHELL)"!="4nt" PATH!:=.$(PATH_SEPERATOR)$(SOLARBINDIR)$(PATH_SEPERATOR)$(PATH) .ENDIF # "$(GUI)"=="WNT" && "$(USE_SHELL)"!="4nt" --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
