We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Specifies a message to display to the user before starting execution of any specified post-build commands.
postbuildmessage ("message")
message is the message to be displayed.
message
Project configurations.
Premake 5.0 or later.
project "MyProject" postbuildcommands { "copy dependencies/*.lib bin" } postbuildmessage "Copying dependencies..."