first commit

This commit is contained in:
Geert Bevin 2023-04-07 21:22:26 -04:00
commit 95412fbe7e
23 changed files with 946 additions and 0 deletions

4
bld.bat Normal file
View 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.ArchiveBuild %*