automatic generation of a license.txt
Posted: Tue Sep 29, 2015 8:32 pm
It would be nice, if the compiler could automatic generate a "<programname>-license.txt" when generating a execute (option in the compileroptions). At the moment there are two big licenses in the help file.
When in every PB-Library is a mark, that it need the for example the "aes.txt" as license the compiler could copy only the necassary parts because he know which libs are linked.
maybe also this would be nice:
Edit: and maybe a option, that necassary dlls are automatic copyed to the exe-directory, like the Engine3D.dll.
When in every PB-Library is a mark, that it need the for example the "aes.txt" as license the compiler could copy only the necassary parts because he know which libs are linked.
maybe also this would be nice:
Code: Select all
DataSection
license:
IncludeBinaryLicense(#pb_utf8)
EndDataSection