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 "John C. Checco (JIRA)" <xe...@xml.apache.org> on 2005/09/02 17:52:12 UTC

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

     [ http://issues.apache.org/jira/browse/XERCESC-1490?page=all ]

John C. Checco updated XERCESC-1490:
------------------------------------

    Attachment: packageBinaries.pl

> update packageBinaries.pl to build static libraries for v 2.7.0
> ---------------------------------------------------------------
>
>          Key: XERCESC-1490
>          URL: http://issues.apache.org/jira/browse/XERCESC-1490
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Build
>     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.
-
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