📄 makefile.in
字号:
#
# priv/ui/
#
# $Id: Makefile.in,v 1.5 1999/03/25 18:37:55 melkins Exp $
#
.SUFFIXES: .c .cpp
.cpp.o:
$(CCC) -c $(CCFLAGS) $<
OBJS= pgpDialogOptions.o pgpDialogs.o pgpKeyServerDialogCommon.o \
pgpRecipientDialogCommon.o pgpSDKUILib.o
PRIVHDRS=
all:: DONE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -