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

Premake

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

Is there to way to ask Premake to just compile files and not link them ? The usual configuration compiles aswell as links them .

support-request

**What problem will this solve?** Visual Studio projects created by Premake lack some behaviours that I believe are valuable when using Visual Studio. - The file structure for included files...

enhancement

**What seems to be the problem?** it is not possible to override the 'kind' of a gmake2 project if its set as None by default. **What did you expect to...

bug

**What does this PR do?** Update the shadertype documentation to remove auto-generated text and add a description and example. Thanks for the contribution! Please provide a concise description of the...

**What does this PR do?** Update the shaderobjectfileoutput documentation to replace the current auto-generated text. Thanks for the contribution! Please provide a concise description of the problem this request solves....

**What seems to be the problem?** Premake currently struggles on large solutions. Our current solution features 230 projects, 5 platforms, with 4 configurations each. Our project file generation takes between...

bug

Is it compatible with 2019? Maybe I can install some SDK or something to make it work? **What are you trying to do?** run on windows 2019 in aws **What...

support-request

StackOverflow thread: http://stackoverflow.com/questions/31675324/how-to-prevent-a-project-from-being-generated It would be nice to be able to tell premake to generate a project or solution under certain conditions. Those condition could be specified just like filters....

enhancement

## What seems to be the problem? Premake5 `5.0-beta1` tries to include `/usr/bin/bitmap` instead of folder with premake5 script. This is because premake5 is located in `/usr/bin`. Here is result:...

bug

**What seems to be the problem?** CustomToolNamespace property is not correctly set and makes faulty assumptions about what it can be applied to. **What did you expect to happen?** To...

bug