mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Move ZoneCodeGenerator and RawTemplater to buildtools output folder
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user