📄 plugins.mak
字号:
# Set the default configuration, if none is provided!IF "$(INTDIR)" == ""!MESSAGE No configuration specified.!ENDIF !IF "$(BINDIR)" == ""!MESSAGE No binary subdirectory specified.!ENDIF SRCDIR = ..\..\..\..DATATOOL_BIN = $(SRCDIR)\compilers\msvc_prj\$(BINDIR)\$(INTDIR)\datatool.exeDATATOOL = @$(DATATOOL_BIN) -oR $(SRCDIR) -m $(SRCDIR)\src\gui\$*\$*.asn -oA -oc $* -or gui\$* -od $(SRCDIR)\src\gui\$*\$*.def -ocvsall : plugin.stampplugin.stamp : $(SRCDIR)\src\gui\$*\$*.asn $(DATATOOL_BIN) @echo Generating classes from $*.asn... $(DATATOOL) -oex NCBI_XGBPLUGIN_EXPORT -M "objects/seq/seq.asn objects/seqloc/seqloc.asn objects/seqset/seqset.asn " @if exist $@ erase $@ @echo timestamp for $*.asn > $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -