update to premake5 beta 7
replace gmake2 with gmake
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -84,7 +84,7 @@
|
|||||||
"cwd": "${workspaceFolder}/build/"
|
"cwd": "${workspaceFolder}/build/"
|
||||||
},
|
},
|
||||||
"args": [
|
"args": [
|
||||||
"gmake2"
|
"gmake"
|
||||||
],
|
],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./premake5.exe"
|
"command": "./premake5.exe"
|
||||||
|
|||||||
@@ -50,14 +50,14 @@ DO NOT INSTALL ANOTHER MinGW-W64 from another source such as msys2, you don't ne
|
|||||||
|
|
||||||
# Linux Users
|
# Linux Users
|
||||||
* CD into the build folder
|
* CD into the build folder
|
||||||
* run `./premake5 gmake2`
|
* run `./premake5 gmake`
|
||||||
* CD back to the root
|
* CD back to the root
|
||||||
* run `make`
|
* run `make`
|
||||||
* you are good to go
|
* you are good to go
|
||||||
|
|
||||||
# MacOS Users
|
# MacOS Users
|
||||||
* CD into the build folder
|
* CD into the build folder
|
||||||
* run `./premake5.osx gmake2`
|
* run `./premake5.osx gmake`
|
||||||
* CD back to the root
|
* CD back to the root
|
||||||
* run `make`
|
* run `make`
|
||||||
* you are good to go
|
* you are good to go
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
cd build
|
cd build
|
||||||
premake5.exe gmake2
|
premake5.exe gmake
|
||||||
cd ..
|
cd ..
|
||||||
mingw32-make clean
|
mingw32-make clean
|
||||||
pause
|
pause
|
||||||
|
|||||||
BIN
build/premake5
BIN
build/premake5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user