-
**prerequisites**
premake5.lua
``` Lua
local qt_bin_path = "C:/dev/mx/v1/dep/qt/qt_33_x64_bin"
solution "myTestSln"
location "testfiles/sln"
platforms "x64"
configurations "release"
projec…
-
The import libs are not deleted in the clean target.
MWE:
[mwe.zip](https://github.com/premake/premake-core/files/3232236/mwe.zip)
Steps to reproduce:
```
premake5 gmake2 # or premake5 gmake
mak…
-
Hi there,
I'm using premake to build my [game engine](https://github.com/DigitalPulseSoftware/NazaraEngine) which I developed mostly using CodeBlocks with Premake4 (I'm now using VS2015).
With P…
-
![Screenshot 2024-11-24 224654](https://github.com/user-attachments/assets/e5e0901a-7b24-4422-adfd-ac927bb0aafb)
-
From one of my travis-ci builds
```
Creating GNU Makefile...
dist/bin/premake5: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by dist/bin/premake5)
```
The premake bin…
-
None of them work, is it because it's outdated or something? I have done exactly as said, compiled in release mode (x64, obviously) along with doing premake5 with vs2019, built the libs and the dll mu…
-
**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…
-
When I run scripts/Win-GenProjects.bat, it says "The system cannot find the path specified" on the command line
-
/llbc/tools/premake/premake5.lua:101: Unsupported architecture, for now, llbc framework supported systems: x86/ARM
-
**What seems to be the problem?**
Quote from `BUILD.txt`:
> BUILDING deb BINARY PACKAGE
>
> 0. sudo apt install devscripts
> 1. bootstrap the premake
> 2. ./bin/release/premake5 gmake2
> 3. cp …