@@ -13,7 +13,7 @@ Sample projects for integration testing [premake4/premake5](https://premake.gith
1313- [ Module Ninja] ( https://github.com/jimon/premake-ninja )
1414- [ Module qmake] ( https://github.com/Jarod42/premake-qmake ) (fixed fork)
1515
16- || gmake | gmake2| Codelite| Msvc vs2019| Msvc vs2022| xcode4| CodeBlocks| CMake| Ninja| qmake|
16+ || gmakelegacy [ ^ gmakelegacy ] | gmake2| Codelite| Msvc vs2019| Msvc vs2022| xcode4| CodeBlocks| CMake| Ninja| qmake|
1717| :---| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:|
1818|| ![ Premake5 ubuntu gmake badge] [ 1 ] | ![ Premake5 ubuntu gmake2 badge] [ 2 ] ![ Premake5 windows gmake2 badge] [ 3 ] | ![ Premake5 ubuntu codelite badge] [ 4 ] | ![ Premake5 windows msvc 2019 badge] [ 5 ] | ![ Premake5 windows msvc 2022 badge] [ 6 ] | ![ Premake5 mac_xcode4 badge] [ 7 ] | ![ Premake5 ubuntu codeblocks badge] [ 8 ] | ![ Premake5 ubuntu cmake badge] [ 9 ] ![ Premake5 ubuntu cmake badge] [ 10 ] | ![ Premake5 ubuntu ninja badge] [ 11 ] ![ Premake5 window ninja badge] [ 12 ] | ![ Premake5 ubuntu qmake badge] [ 13 ] |
1919| [ ` location ` ] ( https://premake.github.io/docs/location ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark ::warning : [ ^ project_location ] | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :grey_question : |
@@ -59,7 +59,7 @@ Sample projects for integration testing [premake4/premake5](https://premake.gith
5959- using [ premake-qt module] ( https://github.com/dcourtois/premake-qt ) for all generators but qmake :information_source : [ ^ qmake_premake_qt_incompatible ] .
6060- with [ Module qmake] ( https://github.com/Jarod42/premake-qmake ) (fixed fork)
6161
62- || gmake | gmake2| Codelite| Msvc vs2019| Msvc vs2022| xcode4| CodeBlocks| CMake| Ninja| qmake :information_source : [ ^ qmake_premake_qt_incompatible ] |
62+ || gmakelegacy [ ^ gmakelegacy ] | gmake2| Codelite| Msvc vs2019| Msvc vs2022| xcode4| CodeBlocks| CMake| Ninja| qmake :information_source : [ ^ qmake_premake_qt_incompatible ] |
6363| :---| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:|
6464|| ![ qt gmake badge] [ 20 ] | ![ qt gmake2 badge] [ 21 ] | ![ qt Codelite badge] [ 22 ] | ![ qt msvc badge] [ 23 ] | ![ qt msvc badge] [ 24 ] | ![ qt xcode badge] [ 25 ] | ![ qt codeblocks badge] [ 26 ] | ![ qt cmake badge] [ 27 ] | ![ qt ninja badge] [ 28 ] | ![ qt qmake badge] [ 29 ] |
6565| basic| :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
@@ -93,6 +93,7 @@ Sample projects for integration testing [premake4/premake5](https://premake.gith
9393[ 28 ] :https://github.com/Jarod42/premake-sample-projects/actions/workflows/premake5-qt-ubuntu-ninja.yml/badge.svg
9494[ 29 ] :https://github.com/Jarod42/premake-sample-projects/actions/workflows/premake5-qt-ubuntu-qmake.yml/badge.svg
9595
96+ [ ^ gmakelegacy ] : :information_source : https://github.com/premake/premake-core/pull/2404 rename gmake into gmakelegacy
9697[ ^ untested_by_ci ] : :information_source : Not tested by the CI even if projects uses them.
9798[ ^ project_location ] : :warning : project location != workspace/solution location unsupported though.
9899[ ^ objdir_extra ] : :information_source : premake appends extra ` $(configName)/$(AppName) ` .
0 commit comments