peiyongz 2002/10/22 11:00:35 Modified: c/scripts packageBinaries.pl Log: Build resource bundles on Unix Revision Changes Path 1.104 +5 -0 xml-xerces/c/scripts/packageBinaries.pl Index: packageBinaries.pl =================================================================== RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- packageBinaries.pl 22 Oct 2002 15:27:43 -0000 1.103 +++ packageBinaries.pl 22 Oct 2002 18:00:35 -0000 1.104 @@ -1165,6 +1165,11 @@ psystem("find . -name 'libicuuc.sl.22.0' -exec ln -s {} libicuuc.sl \\;"); psystem("find . -name 'libicuuc.sl.22.0' -exec ln -s {} libicuuc.sl.22 \\;"); + # Copy the Resouce Bundle for ICUMsgLoader + if ( $opt_m =~ m/icu/i) { + psystem("cp -f $XERCESCROOT/src/xercesc/util/MsgLoaders/ICU/resources/*.res $targetdir/lib"); + } + } # Populate the etc output directory like config.status and the map file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]