modules.am

来自「VLC Player Source Code」· AM 代码 · 共 58 行

AM
58
字号
# Automake forgets to add a proper tag to libtool with Objective-C files.# Moreovcer Libtool should default tag to CC when none is specified but# obviously does not. Here is a fix for that.LIBTOOL=@LIBTOOL@ --tag=CCSOURCES_macosx = \	AppleRemote.h \	AppleRemote.m \	about.h \	about.m \	applescript.h \	applescript.m \	controls.h \	controls.m \	equalizer.m \	equalizer.h \	interaction.m \	interaction.h \	intf.m \	intf.h \	macosx.m \	misc.m \	misc.h \	open.m \	open.h \	playlist.m \	playlist.h \	playlistinfo.h \	playlistinfo.m \	prefs.m \	prefs.h \	prefs_widgets.h \	prefs_widgets.m \	simple_prefs.h \	simple_prefs.m \	output.h \	output.m \	update.m \	update.h \	vout.m \	voutqt.m \	voutgl.m \	vout.h \	wizard.h \	wizard.m \	extended.h \	extended.m \	bookmarks.h \	bookmarks.m \	embeddedwindow.h \	embeddedwindow.m \	fspanel.m \	fspanel.h \	eyetv.h \	eyetv.m \	$(NULL)

⌨️ 快捷键说明

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