📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## Created by Anjuta - will be overwritten## If you don't want it to overwrite it,## Please disable it in the Anjuta project configurationINCLUDES =CXXFLAGS =\ -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE\ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\ -O1\ -gbin_PROGRAMS = vcardsyncvcardsync_SOURCES = \ main.ccvcardsync_LDFLAGS = vcardsync_LDADD = \ -lsyncml -lpthread
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -