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.
Specify the program entry point, e.g. main().
main()
entrypoint ("value")
value is the name of the program's entry point function.
value
Project configurations.
Premake 5.0 or later.
Use the Microsoft Windows console application entry point instead of the usual WinMain().
WinMain()
entrypoint "mainCRTStartup"
WinMain