Changeset 3027 for box/trunk/infrastructure/BoxPlatform.pm.in
- Timestamp:
- 18/10/2011 00:19:48 (7 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/BoxPlatform.pm.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/BoxPlatform.pm.in
r2951 r3027 25 25 # Box Backup tried on Win2000,XP only :) 26 26 $build_os = 'CYGWIN' if $build_os =~ m/CYGWIN/; 27 $build_os = 'MINGW32' if $build_os =~ m/MINGW32/; 27 28 28 29 $make_command = ($build_os eq 'Darwin') ? 'bsdmake' : ($build_os eq 'SunOS') ? 'gmake' : 'make'; 29 30 30 31 $bsd_make = ($build_os ne 'Linux' && $build_os ne 'CYGWIN' && 31 $build_os ne "SunOS" && $build_os ne 'GNU/kFreeBSD'); 32 $build_os ne "MINGW32" && $build_os ne "SunOS" 33 && $build_os ne 'GNU/kFreeBSD'); 32 34 33 35 # blank extra flags by default
Note: See TracChangeset
for help on using the changeset viewer.
