Migrated to bld

This commit is contained in:
Geert Bevin 2023-04-04 19:49:20 -04:00
parent baa1784ca1
commit 6f8fc8df36
30 changed files with 349 additions and 573 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 com.uwyn.urlencoder.UrlEncoderBuild %*