premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Premake

Results 201 premake-core issues
Sort by recently updated
recently updated
newest added

I'm using a standalone MinGW distro with `mingw32-make`. If the Makefile generated by `premake5 gmake2` requires a POSIX environment then it's useless for me. The reason why I use a...

bug

**What does this PR do?** Adds a Library shadertype to the options when having hlsl shaders in the project **How does this PR change Premake's behavior?** It doesn't **Anything else...

closes #2214 **What does this PR do?** This change properly generates per-configuration conditions for build events with .NET projects rather than pulling build events from the project's "first" configuration **How...

`vsprops` was added in #2112 with the following API: ```lua vsprops { Name1 = "value1", Name2 = "value2", } ``` This is a useful addition. However, nested properties are not...

Is there a way to link a static library project with "whole-archive" and the clang equivalent ("force-load")? I have several project targets that all compile several of the same CPP...

**What seems to be the problem?** In the example below, I would expect there to be a PropertyGroup which contains the PostBuildEvent for each configuration. Instead, the generated csproj contains...

bug

A simple check of: solution "xyzzy" toolset "clang" yields "CC=clang" in the generated makefiles, however: solution "xyzzy" toolset "gcc" does not set CC= in the generated makefiles This is on...

enhancement
gmake

# Problem Lets take a simple of a Premake script with a library and `toolset "gcc"` and generate with `gmake2` action. The generated Makefile will generate with the default `$(CC)`...

bug

_Before opening a new issue, please [use the issue search feature](https://github.com/premake/premake-core/issues) to see if a similar issue already exists. If not, please help us help you by filling in the...

support-request

Right now when you get a simple error such as "String expected got table" you have to have either been retrying your script after each line edit to know where...

enhancement