Skip to content

postbuildmessage

starkos edited this page Jan 15, 2014 · 6 revisions

The postbuildmessage function specifies a message to display to the user before starting execution of any specified post-build commands.

#!lua
postbuildmessage ("message")

Applies To

Project configurations.

Parameters

message is the message to be displayed.

Examples

#!lua
project "MyProject"
   postbuildcommands { "copy dependencies/*.lib bin" }
   postbuildmessage "Copying dependencies..."

See Also

Clone this wiki locally