mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
First commit of standalone repo
This commit is contained in:
commit
696b23b57a
241 changed files with 28028 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.BldBuild %*
|
Loading…
Add table
Add a link
Reference in a new issue