packageBinaries.pl does not look in appropriate directory for dlls in one spot
------------------------------------------------------------------------------
Key: XERCESC-1611
URL: http://issues.apache.org/jira/browse/XERCESC-1611
Project: Xerces-C++
Type: Bug
Components: Build
Versions: 2.7.0
Reporter: Philip Schlesinger
diff:
383,384c383,384
< psystem("cp -fv $ICUROOT/bin/icuuc32.dll $targetdir/bin");
< psystem("cp -fv $ICUROOT/bin/icuuc32d.dll $targetdir/bin");
---
> psystem("cp -fv $ICUROOT/lib/icuuc34.dll $targetdir/bin");
> psystem("cp -fv $ICUROOT/lib/icuuc34d.dll $targetdir/bin");
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]