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 2009/08/10 20:37:16 UTC

[jira] Closed: (XERCESC-1490) update packageBinaries.pl to build static libraries for v 2.7.0

     [ https://issues.apache.org/jira/browse/XERCESC-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Massari closed XERCESC-1490.
------------------------------------

    Resolution: Won't Fix

packageBinaries.pl is no more part of Xerces source

> update packageBinaries.pl to build static libraries for v 2.7.0
> ---------------------------------------------------------------
>
>                 Key: XERCESC-1490
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1490
>             Project: Xerces-C++
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: done on win32, but should apply to all since it is perl
>            Reporter: John C. Checco
>            Priority: Trivial
>         Attachments: packageBinaries.pl
>
>
> added vars:
>     my $StaticReleaseBuildDir  = undef;
>     my $StaticDebugBuildDir    = undef;
> ...
>     $StaticReleaseBuildDir = "$XERCESCROOT/Build/$PlatformName/$VCBuildDir/StaticRelease";
>     $StaticDebugBuildDir   = "$XERCESCROOT/Build/$PlatformName/$VCBuildDir/StaticDebug";    
> ...
>     psystem("cp -fv $ReleaseBuildDir/xerces*.lib      $targetdir/lib");
>     psystem("cp -fv $StaticReleaseBuildDir/xerces*.lib      $targetdir/lib");
> ...
>     psystem("cp -fv $DebugBuildDir/xerces*.lib        $targetdir/lib");
>     psystem("cp -fv $StaticDebugBuildDir/xerces*.lib   $targetdir/lib");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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