⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.pl

📁 Altera recommends the following system configuration: * Pentium II 400 with 512-MB system memory (fa
💻 PL
字号:
use ExtUtils::MakeMaker;WriteMakefile(    NAME		=> 'File::Glob',    VERSION_FROM	=> 'Glob.pm',    MAN3PODS		=> {},     # Pods will be built by installman.    OBJECT		=> 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)',## uncomment for glob debugging (will cause make test to fail)#   DEFINE		=> '-DGLOB_DEBUG',#   OPTIMIZE		=> '-g',);use Config;sub MY::cflags {  package MY;  my $inherited = shift->SUPER::cflags(@_);  if ($Config::Config{archname} =~ /^aix/ and       $Config::Config{use64bitall} eq 'define') {    $inherited =~ s/\s-O\d?//m;  }  $inherited;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -