Change 29848 by [EMAIL PROTECTED] on 2007/01/17 13:38:05

        Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
        From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
        Date: Wed, 17 Jan 2007 08:27:03 -0500
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/symbian/xsbuild.pl#14 edit

Differences ...

==== //depot/perl/symbian/xsbuild.pl#14 (text) ====
Index: perl/symbian/xsbuild.pl
--- perl/symbian/xsbuild.pl#13~29829~   2007-01-15 06:32:26.000000000 -0800
+++ perl/symbian/xsbuild.pl     2007-01-17 05:38:05.000000000 -0800
@@ -731,6 +731,12 @@
     $CWD =~ s!/!\\!g;
 }
 
+if (grep 
/^(Compress::Raw::Zlib|Cwd|Data::Dumper|Digest::SHA|Sys::Syslog|Time::HiRes)$/, 
@ARGV) {
+    &patch_config;
+    system_echo("perl -I$BUILDROOT\\lib -I$PERLSDK\\lib $BUILDROOT\\mkppport");
+    &restore_config;
+}
+
 for my $ext (@ARGV) {
 
     $ext =~ s!::!\\!g;
End of Patch.

Reply via email to