-
-
Notifications
You must be signed in to change notification settings - Fork 617
postbuildmessage
Jason Perkins edited this page Apr 14, 2015
·
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")
Project configurations.
message is the message to be displayed.
#!lua
project "MyProject"
postbuildcommands { "copy dependencies/*.lib bin" }
postbuildmessage "Copying dependencies..."