📄 makefile.am
字号:
ROOT = api methodsif ICCLEEDS_DLL= leeds_stdll endifif ICAICA_DLL = ica_stdllendifif SOFTSOFT_DLL= soft_stdllendifif BCOMBCOM_DLL = bcom_stdllendifif AEPAEP_DLL = aep_stdllendifif CRCR_DLL = cr_stdllendifif S390S390_DLL = ica_s390_stdll SUBDIRS = $(ROOT) $(S390_DLL)elseSUBDIRS = $(ROOT) $(LEEDS_DLL) $(ICA_DLL) $(SOFT_DLL) $(BCOM_DLL) $(AEP_DLL) $(CR_DLL)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -