In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0e637710e635c1f42e13242e1ea416e9304090f6?hp=6b1bef9ae6121c8c1e2db34b236572e438bab9a7>

- Log -----------------------------------------------------------------
commit 0e637710e635c1f42e13242e1ea416e9304090f6
Author: Osvaldo Villalon <[email protected]>
Date:   Fri Jun 26 23:12:24 2009 -0400

    Changed to incorporate latest SDKs.
-----------------------------------------------------------------------

Summary of changes:
 symbian/sdk.pl |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/symbian/sdk.pl b/symbian/sdk.pl
index 4003ae0..ef0db0a 100644
--- a/symbian/sdk.pl
+++ b/symbian/sdk.pl
@@ -67,6 +67,15 @@ if (open(GCC, "gcc -v 2>&1 |")) {
   die "$0: failed to run gcc: $!\n";
 }
 
+# Configuration for S60 5th Edition SDK v0.9
+$SYMBIAN_VERSION = '9.4';
+$SDK_NAME = 'S60_5th_Edition_SDK';
+$WIN = 'winscw';
+$ENV{WIN} = $WIN;
+$SDK_VARIANT = 'S60';
+$SDK_VERSION = $ENV{S60SDK} = '5.0';
+$SYMBIAN_ROOT = '\\';
+
 die "$0: failed to locate the Symbian SDK\n" unless defined $SYMBIAN_ROOT;
 
 my $UARM = $ENV{UARM} ? $ENV{UARM} : "urel";
@@ -201,5 +210,9 @@ $ENV{UARM} = $UARM;
 # set 
PATH=%EPOC_BIN%;%MWCW%\Bin;%MWCW%\Symbian_Tools\Command_Line_Tools;%MSVC_BIN%;C:\perl\bin;C:\winnt\system32;%PATH%
 # set USERDEFS=%USERDEFS% -D__UIQ_21__ -D__UIQ_MAJOR__=2 -D__UIQ_MINOR__=1 
-D__UIQ_2X__
 #
+# Configuration for S60 5th Edition SDK v0.9
+#set EPOCROOT=\
+#set PATH=%EPOCROOT%epoc32\gcc\bin;%EPOCROOT%epoc32\tools;%PATH%
+#
 # EOF
 

--
Perl5 Master Repository

Reply via email to