prebuildcommands
Specifies shell commands to run before each build.
prebuildcommands { "commands" }
Parameters
commands
is one or more shell commands.
Applies To
Project configurations.
Availability
Premake 4.4 or later.
Examples
prebuildcommands { "{COPYFILE} %[default.config] %[bin/project.config]" }