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





------- Additional comments from [EMAIL PROTECTED] Mon Aug  6 07:13:42 +0000 
2007 -------
jsc -> vq: if it is possible for you, can you simply test the following change
and if it works it would be nice if you can apply the change on your cws.

change the rule:

$(DESTDIRBIN)$/%$(EXEPOSTFIX) : $(BINOUT)$/%$(EXEPOSTFIX)
        @@-rm -f $@
        $(GNUCOPY) $(BINOUT)$/$(@:f) $@

to

$(DESTDIRBIN)$/%.exe : $(BINOUT)$/%.exe
        @@-rm -f $@
        $(GNUCOPY) $(BINOUT)$/$(@:f) $@

The change of the rule is ok and uncritical. The macro EXEPOSTFIX still works
and is used to collect the necessary files for the different platforms. 



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