To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Wed Oct 25 07:11:35 -0700 
2006 -------
@vq: As no implicit rule is defined for GCC before, even if an object is 
dependent to .asm, an explicit rule must be specified in the project makefile. 
Therfore, simply specifying an implicit rule for all GCC platforms here will 
do no harm, I think.
Most probably there is no .asm for non-Windows.
Of course it is OK to replace
.IF "$(COM)"=="GCC"
by
.IF "$(GUI)$(COM)"=="WNTGCC"
or enclosing all implicit rules for .asm with
.IF "$(GUI)"=="WNT"
would be easier to understand.

tono (Takashi Ono)


---------------------------------------------------------------------
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]

Reply via email to