Initial commit

This commit is contained in:
Erik C. Thauvin 2023-08-28 00:55:08 -07:00
commit 8a07516e37
49 changed files with 1996 additions and 0 deletions

4
examples/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 com.example.ExamplesBuild %*