Kaydet (Commit) 1b1edaa3 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmgarchive (1.56.16); FILE MERGED

2007/11/13 14:56:15 obr 1.56.16.1: #i72908# added translation for Mac OS X compiler platform
üst 074c9dad
......@@ -4,9 +4,9 @@
#
# $RCSfile: worker.pm,v $
#
# $Revision: 1.56 $
# $Revision: 1.57 $
#
# last change: $Author: vg $ $Date: 2007-10-15 12:38:33 $
# last change: $Author: ihi $ $Date: 2007-11-26 13:16:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -2249,6 +2249,14 @@ sub get_platform_name
{
$platformname = "Win32Intel";
}
elsif ( $installer::globals::compiler =~ /^unxmacxi/ )
{
$platformname = "MacOSXIntel";
}
elsif ( $installer::globals::compiler =~ /^unxmacxp/ )
{
$platformname = "MacOSXPowerPC";
}
else
{
# $platformname = $installer::globals::packageformat;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment