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

Premake

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

**What does this PR do?** Add configuration and documentation to allow debugging of premake scripts from VSCode. If it would be better to add debug settings and documentation changes to...

**What's your question?** I'm trying to create an xcodeworkspace that contains both a project for macos, and for ios. I'm using Alpha14 for this purpose. **Anything else we should know?**...

question

Hi. I'm currently evaluating premake 5 as a possible new build system at work. So far I'm liking it lots. I'm having some trouble getting nuget dependencies working though. The...

bug
help wanted
vs20xx

The example in the [docs page](https://premake.github.io/docs/system) throws an error and is not the correct way to use system The example given results in a error during any action: ```lua workspace...

**What seems to be the problem?** xcode4 doesn't fully support (new feature added by #2028) `includedirsafter`. (i.e it adds them as symtem/external includes) **What did you expect to happen?** pass...

bug

Would it be worth changing the default architecture on for Visual Studio solutions to `x64` when generated on a 64-bit host? (Context: https://twitter.com/Triang3l/status/1619831804709707776) It's 2023 and most applications are building...

enhancement

**What problem will this solve?** Projects using DLL not present in the system will not load them if not copied alongside the executable **What might be a solution?** Add a...

enhancement

In larger projects, files can have the same name, so dumping compiled files all in the same directory, as-is the inexplicable Visual Studio default, doesn't work. For this reason, I...

**What seems to be the problem?** 'resoptions' API is not being applied to a VS2022 project file **What did you expect to happen?** using resoptions { '/n' } should add...

bug

It seems the Windows path handling has some discrepancies when paths contain non-ANSI characters. For instance, when running premake inside a directory with non-ANSI characters, it seems it notices there's...