Move ZoneCodeGenerator and RawTemplater to buildtools output folder

This commit is contained in:
Jan
2023-06-19 19:11:03 +02:00
parent dd1114dd3d
commit 787fe967e3
5 changed files with 7 additions and 6 deletions

View File

@ -56,10 +56,10 @@ function Raw:project()
filter "files:**/*.template"
buildmessage 'Templating %{file.relpath}'
buildinputs {
TargetDirectoryBin .. "/" .. ExecutableByOs('RawTemplater')
TargetDirectoryBuildTools .. "/" .. ExecutableByOs('RawTemplater')
}
buildcommands {
'"' .. TargetDirectoryBin .. '/' .. ExecutableByOs('RawTemplater') .. '"'
'"' .. TargetDirectoryBuildTools .. '/' .. ExecutableByOs('RawTemplater') .. '"'
.. " -o %{cfg.targetdir}/build/raw/%{file.reldirectory}"
.. " --build-log \"%{prj.location}/build/%{file.relpath}.log\""
.. " %{file.relpath}"