?? makefile
字號:
################################################################################# "ps2ts" converter Makefile#-------------------------------------------------------------------------------# (c)1999-2001 VideoLAN# $Id: Makefile,v 1.2 2001/11/29 16:11:42 bozo Exp $################################################################################################################################################################# Common options################################################################################ifeq ($(shell [ ! -r ../../../Makefile.opts ] && echo 1),) include ../../../Makefile.optsendif################################################################################# Files description################################################################################## Module name#MODULE=ps2ts## Source files#MODULE_SRC= ps2ts.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 + -