XMake: add auto-fixer script

This commit is contained in:
Jérôme Leclercq
2021-10-26 14:31:19 +02:00
parent 8d5276ddac
commit b8309fd511
4 changed files with 379 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ on_run(function ()
error("Failed to create header file (" .. v.Target .. "): " .. err)
end
header:write("// This file was automatically generated\n\n")
header:write("// this file was automatically generated and should not be edited\n\n")
if (v.Header) then
header:write(v.Header)
end