Changeset 978
- Timestamp:
- 12/10/2006 21:46:03 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/BoxPlatform.pm.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/BoxPlatform.pm.in
r977 r978 1 1 package BoxPlatform; 2 2 3 use Exporter; 4 use English; 5 3 6 @ISA = qw/Exporter/; 4 7 @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/; … … 13 16 or $target_os eq "winnt"; 14 17 15 if ($ ^Oeq "MSWin32" and not -x "/usr/bin/uname")18 if ($OSNAME eq "MSWin32" and not -x "/usr/bin/uname") 16 19 { 17 20 $build_os = "winnt";
Note: See TracChangeset
for help on using the changeset viewer.
