plugins.mak

来自「ncbi源码」· MAK 代码 · 共 21 行

MAK
21
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?