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] Thu Nov 24 06:54:19 -0800 
2005 -------
In message "[Issue 53572]  MinGW port efforts and information for SRC680 
codeline",
[EMAIL PROTECTED] wrote...
 >@tono: in solenv/inc/libs.mk why you have:
 >XMLSECLIB=-lxmlsec1-1
 >XMLSECLIB-NSS=-lxmlsec1-nss-1
 >instead of:
 >XMLSECLIB=-lxmlsec1
 >XMLSECLIB-NSS=-lxmlsec1-nss
 >? If there are reasons for that, why this chunk is not enclosed in
 >.IF "$(GUI)$(COM)"=="WNTGCC"
 >section?

It should be substituted by

.IF "$(GUI)$(COM)"=="WNTGCC"
XMLSECLIB=-lxmlsec1-1
XMLSECLIB-NSS=-lxmlsec1-nss-1
.ELSE
XMLSECLIB=-lxmlsec1
XMLSECLIB-NSS=-lxmlsec1-nss
.ENDIF

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