?? modules.am
字號:
# Automake forgets to add a proper tag to libtool with Objective-C files.# Moreocer Libtool should default tag to CC when none is specified but# obviously does not. Here is a fix for that.LIBTOOL=@LIBTOOL@ --tag=CCSOURCES_minimal_macosx = \ intf.m \ macosx.c \ VLCMinimalVoutWindow.m \ VLCOpenGLVoutView.m \ voutgl.m \ voutagl.m \ $(NULL)noinst_HEADERS = \ intf.h \ VLCMinimalVoutWindow.h \ VLCOpenGLVoutView.h \ voutagl.h \ voutgl.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -