Removed MonoDevelop from core
The format output is no longer supported by the IDE, instead Visual Studio projects are utilized instead. See issue #604 for more information on deprecation.
This commit is contained in:
parent
bf4bf55d11
commit
e300d4c619
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,9 +1,6 @@
|
|||||||
[submodule "modules/xcode"]
|
[submodule "modules/xcode"]
|
||||||
path = modules/xcode
|
path = modules/xcode
|
||||||
url = https://github.com/premake/premake-xcode.git
|
url = https://github.com/premake/premake-xcode.git
|
||||||
[submodule "modules/monodevelop"]
|
|
||||||
path = modules/monodevelop
|
|
||||||
url = https://github.com/premake/premake-monodevelop.git
|
|
||||||
[submodule "modules/codelite"]
|
[submodule "modules/codelite"]
|
||||||
path = modules/codelite
|
path = modules/codelite
|
||||||
url = https://github.com/premake/premake-codelite.git
|
url = https://github.com/premake/premake-codelite.git
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fa856f1a937a997bdcec8abe59f0114f2a7e029d
|
Subproject commit 7bf45dd232583af3763d6cc2264d2c1aeccb6fe8
|
@ -1 +0,0 @@
|
|||||||
Subproject commit dd5aa488966b901f6d72e7f4e8b3297d9171b941
|
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
"xcode",
|
"xcode",
|
||||||
"monodevelop",
|
|
||||||
"codelite",
|
"codelite",
|
||||||
"d",
|
"d",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user