Removed two (!) D1/Tango runtime build systems.

As discussed on IRC, Bob has been the default (and recommended) way to build Tango for LDC for quite some time now. Support for it in the CMake-based build system just created a big maintenance burden for (almost) no benefits. Besides, the build system was currently broken anyway.

The makefiles seemed to support building *.bc libs for Tango though, which Bob probably doesn't, which might be worth keeping in mind.
This commit is contained in:
David Nadlinger
2011-12-04 20:21:56 +01:00
parent 018c47762e
commit 38d1bf4cc8
71 changed files with 112 additions and 13101 deletions

View File

@@ -267,4 +267,6 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(DIRECTORY bash_completion.d DESTINATION ${CONF_INST_DIR})
endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_subdirectory(runtime)
if(D_VERSION EQUAL 2)
add_subdirectory(runtime)
endif()