mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 08:47:11 -07:00
Initial commit
This commit is contained in:
parent
e6ff931205
commit
0c38aec70b
22 changed files with 691 additions and 0 deletions
4
bld.bat
Normal file
4
bld.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build rife.bld.extension.Antlr4Build %*
|
Loading…
Add table
Add a link
Reference in a new issue