Changeset 978


Ignore:
Timestamp:
12/10/2006 21:46:03 (5 years ago)
Author:
chris
Message:
  • use English as requested by Martin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/BoxPlatform.pm.in

    r977 r978  
    11package BoxPlatform; 
     2 
    23use Exporter; 
     4use English; 
     5 
    36@ISA = qw/Exporter/; 
    47@EXPORT = qw/$build_os $target_os $make_command $bsd_make $platform_define $platform_cpu $gcc_v3 $product_version $product_name $install_into_dir $sub_make_options $platform_compile_line_extra $platform_link_line_extra $platform_lib_files $platform_exe_ext $target_windows/; 
     
    1316                or $target_os eq "winnt"; 
    1417 
    15         if ($^O eq "MSWin32" and not -x "/usr/bin/uname") 
     18        if ($OSNAME eq "MSWin32" and not -x "/usr/bin/uname") 
    1619        { 
    1720                $build_os = "winnt"; 
Note: See TracChangeset for help on using the changeset viewer.