makefile.am
来自「非常好的RTP库」· AM 代码 · 共 17 行
AM
17 行
SUBDIRS = src doc pkgconfigEXTRA_DIST = LICENSE.MIT ChangeLog README.TXT jthread.dsw jthread.dsp jthread.vcproj jthread.sln \ jthread_wce.sln jthread_wce.vcproj jthread_wce5.sln jthread_wce5.vcprojdist-hook: distclean mv $(distdir)/jthread.dsw $(distdir)/jthread.dsw.tmp mv $(distdir)/jthread.dsp $(distdir)/jthread.dsp.tmp todos < $(distdir)/jthread.dsw.tmp > $(distdir)/jthread.dsw todos < $(distdir)/jthread.dsp.tmp > $(distdir)/jthread.dsp rm $(distdir)/jthread.dsw.tmp rm $(distdir)/jthread.dsp.tmp chmod a-x $(distdir)/jthread_wce.vcproj chmod a-x $(distdir)/jthread_wce.sln chmod a-x $(distdir)/jthread.vcproj chmod a-x $(distdir)/jthread.sln
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?