mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add build log to templater
This commit is contained in:
@ -39,6 +39,8 @@ function Raw:project()
|
||||
}
|
||||
}
|
||||
|
||||
RawTemplater:use()
|
||||
|
||||
filter "files:not **/*.template"
|
||||
buildmessage 'Copying rawfile %{file.relpath}'
|
||||
buildcommands {
|
||||
@ -59,10 +61,11 @@ function Raw:project()
|
||||
buildcommands {
|
||||
'"' .. TargetDirectoryBin .. '/' .. ExecutableByOs('RawTemplater') .. '"'
|
||||
.. " -o %{cfg.targetdir}/build/raw/%{file.reldirectory}"
|
||||
.. " --build-log \"%{prj.location}/build/%{file.relpath}.log\""
|
||||
.. " %{file.relpath}"
|
||||
}
|
||||
buildoutputs {
|
||||
"%{cfg.targetdir}/build/raw/%{file.relpath}"
|
||||
"%{prj.location}/build/%{file.relpath}.log"
|
||||
}
|
||||
filter {}
|
||||
end
|
||||
|
Reference in New Issue
Block a user