source:
vbox/trunk/src/libs/openssl-3.1.0/Configurations/platform.pm@
99521
最後變更 在這個檔案從99521是 99366,由 提交於 22 月 前 | |
---|---|
檔案大小: 304 位元組 |
行 | |
---|---|
1 | package platform; |
2 | |
3 | use strict; |
4 | use warnings; |
5 | use vars qw(@ISA); |
6 | |
7 | # Callers must make sure @INC has the build directory |
8 | use configdata; |
9 | |
10 | my $module = $target{perl_platform} || 'Unix'; |
11 | (my $module_path = $module) =~ s|::|/|g; |
12 | |
13 | require "platform/$module_path.pm"; |
14 | @ISA = ("platform::$module"); |
15 | |
16 | 1; |
17 | |
18 | __END__ |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器