premake-core
premake-core copied to clipboard
Premake
**What seems to be the problem?** `undefines` is not handled by xcode4 generator. **What did you expect to happen?** That feature `undefines` is managed by xcode4 generator. **What have you...
this is a follow-up of #2111, where it became clear that the currently supported `clang[-X]` does not work with `clang-cl` by simply overwriting the environment like `make GXX="clang-cl" CXXFLAGS="/EHsc ..."...
Follow up on #2092 to update libzip to fix the underlying include issue. Latest Release is: https://github.com/nih-at/libzip/releases/tag/v1.10.0
_Before asking a new question, please [use the issue search feature](https://github.com/premake/premake-core/issues) to see if your question has already been asked. Help us help you!_ **What's your question?** Is there a...
HI, we are trying to add to a C# project a custom reference (we are building with VS2019) and we need to reference some local packages installed in the target...
**What are you trying to do?** "Map Build Configuration and Platform pairs using a `configmap`." From https://premake.github.io/docs/configmap/ > wks_cfg is the workspace configuration being mapped. It can be a string...
**What are you trying to do?** We have post build steps setup to run custom install scripts (among other things). **What problem are you having?** Generally speaking, these work fine....
Pretty simple question In CMake, in a build, the build percentage is shown next to the file being compiled. In premake, it just shows the file being compiled. Is there...
**What problem will this solve?** Allow project authors to script reusable blocks of configuration, which can then be used for: - Providing all necessary configuration to consumers of a library...
Much like CMake does, I think some manual page generation would be nice. I have some crappy computers where I tend to avoid touching web browsers for such things, and...