To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88700
------- Additional comments from [EMAIL PROTECTED] Fri Apr 25 09:24:44 +0000 2008 ------- To facilitate building for multiple platforms I suggest to define the platform strings somewhere in solenv as was already recommended here. As long as the currently defined platforms for extensions (platform element in the description.xml) are made up of 'operating system' and 'processor', one could possibly use the $(OS) and $(CPU) to form the strings. This could be similar to pdfisettings.pmk: .IF "$(OS)$(CPU)"=="SOLARISI" PLATFORMID:=solaris_x86 .ENDIF However, future platform strings for extension need not stick to this convention. For reasons of uniformity I suggest to use the same strings that are programatically obtained using the bootstrap variables $_OS and $_ARCH (see sal/rtl/source/bootstrap/macro.hxx). These use also capital letters, for example, Windows, Linux etc. I need to adjust the Extension Manager code in desktop for this. Using the platform string as appendix of the identifier appears a good idea because it guarantees 'uniqueness' and can be understood at once. As I understand, this issue does not break the build. So we should fix this on a new CWS and lower the priority. --------------------------------------------------------------------- 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]
