-
-
Notifications
You must be signed in to change notification settings - Fork 621
prebuildmessage
Jason Perkins edited this page Apr 14, 2015
·
6 revisions
The prebuildmessage function specifies a message to display to the user before starting execution of any specified pre-build commands.
#!lua
prebuildmessage ("message")
Project configurations.
message is the message to be displayed.
#!lua
project "MyProject"
prebuildcommands { "copy dependencies/*.lib bin" }
prebuildmessage "Copying dependencies..."