📄 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 + -