LICENSING compliance:

1. Move dyn76 license from main dir to LICENSES subdir, where *ALL* licenses should be!
2. Windows build: copy all license files from LICENSES subdir to O/P binary dir, so that Windows pre-bulit binaries distribution will always include all licensing files too.
This commit is contained in:
Fish (David B. Trout)
2025-12-25 21:14:38 -08:00
parent cd298042a6
commit 634a569e59
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
all: allzlib alllibbz2 allpcre allrexx allHercules
if exist $(EXEDIR)\*.manifest del /f /q $(EXEDIR)\*.manifest
echo.
if exist LICENSES\herclic.html XCOPY "LICENSES" "$(EXEDIR)" /V /C /F /H /R /K /Y
echo.
echo -- Hercules build complete --
allHercules: $(OBJDIR) $(EXEDIR) $(PDBDIR) $(MAPDIR) $(ASMDIR) \