Remove SHELL=cmd hacks
These are not required anymore, now that premake is updated. Fixed in: https://github.com/premake/premake-core/pull/2039
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -9,9 +9,6 @@
|
||||
"command": "make",
|
||||
"windows": {
|
||||
"command": "mingw32-make.exe",
|
||||
"args": [
|
||||
"SHELL=cmd"
|
||||
],
|
||||
},
|
||||
"osx": {
|
||||
"args": [
|
||||
@@ -34,7 +31,6 @@
|
||||
"windows": {
|
||||
"command": "mingw32-make.exe",
|
||||
"args": [
|
||||
"SHELL=cmd",
|
||||
"config=release_x64"
|
||||
],
|
||||
},
|
||||
@@ -61,7 +57,6 @@
|
||||
"windows": {
|
||||
"command": "mingw32-make.exe",
|
||||
"args": [
|
||||
"SHELL=cmd",
|
||||
"clean"
|
||||
],
|
||||
},
|
||||
@@ -103,4 +98,4 @@
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
cd build
|
||||
premake5.exe gmake2
|
||||
cd ..
|
||||
mingw32-make SHELL=CMD clean
|
||||
mingw32-make clean
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user