Remove df2mc plugin (obsolete)

It's still got it's own repo, but it hasn't been compatible with
Minecraft for years and shouldn't be in the DFHack repo.
develop
PeridexisErrant 2015-11-17 10:53:27 +09:30
parent 80e4b8d3df
commit 291787a019
3 changed files with 0 additions and 10 deletions

3
.gitmodules vendored

@ -4,9 +4,6 @@
[submodule "plugins/isoworld"] [submodule "plugins/isoworld"]
path = plugins/isoworld path = plugins/isoworld
url = git://github.com/DFHack/isoworld.git url = git://github.com/DFHack/isoworld.git
[submodule "plugins/df2mc"]
path = plugins/df2mc
url = git://github.com/DFHack/DF2MC.git
[submodule "library/xml"] [submodule "library/xml"]
path = library/xml path = library/xml
url = git://github.com/DFHack/df-structures.git url = git://github.com/DFHack/df-structures.git

@ -24,12 +24,6 @@ if(BUILD_DEV_PLUGINS)
add_subdirectory (devel) add_subdirectory (devel)
endif() endif()
#It's dead :<
#OPTION(BUILD_DF2MC "Build DF2MC (needs a checkout first)." OFF)
#if(BUILD_DF2MC)
# add_subdirectory (df2mc)
#endif()
OPTION(BUILD_MAPEXPORT "Build map exporter." ON) OPTION(BUILD_MAPEXPORT "Build map exporter." ON)
if (BUILD_MAPEXPORT) if (BUILD_MAPEXPORT)
# add_subdirectory (mapexport) # add_subdirectory (mapexport)

@ -1 +0,0 @@
Subproject commit 5b167d2ba89b877d80e0609feae8771aeaef356d