To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=41626 Issue #:|41626 Summary:|mozooo: Use DLLPOST and DLLPRE Component:|porting Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|windly Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Jan 30 05:19:45 -0800 2005 ------- Hi, current extensionfiles.mk contains: # LINRARY_FILENAME=$(LIB_PREFIX)$(NAME_BODY).$(LIB_EXTENSION) # For example:xpcom in unix is (lib)xpcom(.)(so), in win32 is ()xpcom(.)(dll) .IF "$(GUI)"=="WNT" LIB_PREFIX= LIB_EXTENSION=dll .ELSE #"$(GUI)"=="WNT" LIB_PREFIX=lib LIB_EXTENSION=so .ENDIF This is a duplicated (and not complete) rework of DLLPOST and DLLPRE from e.g. inc/wnt.mk and similar environmental files. Please use already provided system, because otherwise you are breaking e.g. MacOS X builds. --------------------------------------------------------------------- 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]
