?? makefile
字號:
################################################################################# "local" input Makefile#-------------------------------------------------------------------------------# (c)1999-2001 VideoLAN# $Id: Makefile,v 1.1 2001/11/29 16:11:42 bozo Exp $################################################################################################################################################################# Common options################################################################################ifeq ($(shell [ ! -r ../../../Makefile.opts ] && echo 1),) include ../../../Makefile.optsendif################################################################################# Files description################################################################################## Input name#MODULE=localinput## Source files#MODULE_SRC= localinput.cpp \################################################################################# Makefile skeleton################################################################################include ../../../Makefile.module################################################################################# Notes################################################################################# Look at the Makefile.module file for more information.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -