mkalljar
来自「SRI international 发布的OAA框架软件」· 代码 · 共 15 行
TXT
15 行
#
# A shell script that builds the antlrall.jar file
# The debugging event stuff does not get included by this script.
#
# $Id: mkalljar,v 1.1.1.1 2002/01/02 19:59:06 agno Exp $
#
jar cvf antlrall.jar \
antlr/actions/cpp/*.class \
antlr/actions/java/*.class \
antlr/actions/sather/*.class \
antlr/*.class \
antlr/collections/*.class \
antlr/collections/impl/*.class \
antlr/preprocessor/*.class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?