📄 makefile.in
字号:
#
# priv/ui/
#
# $Id: Makefile.in,v 1.3 2000/08/03 21:50:24 dallen Exp $
#
.SUFFIXES: .c .cpp
.cpp.o:
$(CCC) -c $(CCFLAGS) $<
# override default because we use C++ in this directory
DEFINES=-DPGP_DEBUG=$(DEBUG) \
-DUNFINISHED_CODE_ALLOWED=$(UNFINISHED) \
-DUSE_PGP_LEAKS=$(PGP_LEAKS)
OBJS= pgpDialogOptions.o pgpDialogs.o pgpKeyServerDialogCommon.o \
pgpRecipientDialogCommon.o pgpSDKUILib.o pgpDialogTTY.o
PRIVHDRS=
all:: DONE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -