premake-core
premake-core copied to clipboard
Premake
**What does this PR do?** This PR lets users to write custom rules compatible with [msbuild batching](https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-batching?view=vs-2022). By providing `@(Rule)` as input and `@(Rule->'%(Output)')` as output, msbuild can recognize this...
**What are you trying to do?** I am trying to use a Premake [custom build command](https://premake.github.io/docs/Custom-Build-Commands) for a program which generates code that takes multiple inputs and creates multiple outputs....
**What does this PR do?** Add support of prelink steps (similar to prebuild steps) for Codelite. **How does this PR change Premake's behavior?** Only Codelite generator. **Did you check all...
**What are you trying to do?** _I'm trying to add an `.ico` file with buildaction ResourceCompile._ **What problem are you having?** _I honestly have no idea how to do this,...
**Is there a Premake alternative to the [CMake concept of an 'interface' library](https://cmake.org/cmake/help/latest/command/add_library.html#interface-libraries)?** An 'interface' library has the following properties when linking against it: * It adds whatever libraries are...
closes #359 **What does this PR do?** this PR makes it possible to enable the [xmlDocumentationFile](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/output#documentationfile) in visualStudio C# projects. [ vs ](https://learn.microsoft.com/en-gb/visualstudio/ide/reference/generate-xml-documentation-comments?view=vs-2022) **How does this PR change Premake's behavior?**...
**What does this PR do?** Adds the UAC (User Account Control) configuration property for VS targeting Windows applications. Refer to issue below for in-depth explanation. - Closes #2132 **How does...
**What does this PR do?** Fix `prelink` step for gmake generator **How does this PR change Premake's behavior?** Just change gmake generator. **Anything else we should know?** Tested successfully on...
**What does this PR do?** Add's TCC support **How does this PR change Premake's behavior?** Add's TCC support **Anything else we should know?** Needs review and tests (?) **Did you...
**What's your question?** I am trying to disable vcpkg and came across [this issue](https://github.com/premake/premake-core/issues/1579) but that did not solve my problem. In VS2022, vcpkg is a native feature that cannot...