You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2005/11/09 21:27:03 UTC

[jira] Resolved: (XERCESC-1522) Inconsistent naming of static library names on VC 7.1

     [ http://issues.apache.org/jira/browse/XERCESC-1522?page=all ]
     
Alberto Massari resolved XERCESC-1522:
--------------------------------------

    Resolution: Fixed

A fix is in SVN. Please verify.

> Inconsistent naming of static library names on VC 7.1
> -----------------------------------------------------
>
>          Key: XERCESC-1522
>          URL: http://issues.apache.org/jira/browse/XERCESC-1522
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Build
>     Versions: 2.7.0
>  Environment: windows vc7.1
>     Reporter: bkash
>     Priority: Trivial
>  Attachments: XercesLib.vcproj
>
> The static library output names have have a captial X which is inconsistent wih the other .lib and .dll output files.  Using a small x (i.e. xerces-c_static_2.lib rather than Xerces-c_static_2.lib ) will make it easier to modify packageBinaries to also handle the static library projects.    packageBinaries.pl has statements such as 'psystem("cp -fv $ReleaseBuildDir/xerces*.lib $targetdir/lib");'  A proposed modification to the perl script added the line 'psystem("cp -fv $StaticReleaseBuildDir/xerces*.lib $targetdir/lib");'  This will not work using cygwin 'cp' which is cases sensitive.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org