?? makefile.pl.in
字號:
use ExtUtils::MakeMaker;# See lib/ExtUtils/MakeMaker.pm for details of how to influence# the contents of the Makefile that is written.WriteMakefile( 'NAME' => 'G2', 'VERSION_FROM' => 'G2.pm', # finds $VERSION 'LIBS' => ['-L./.. -lg2 @LDFLAGS@'], # e.g., '-lm' 'DEFINE' => '@DEFS@', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I./../include', # e.g., '-I/usr/local/include' );
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -