Don't compile telnet and explorer on MSVC for now

svn path=/branches/cmake-bringup/; revision=50122
This commit is contained in:
Timo Kreuzer 2010-12-24 12:13:17 +00:00
parent cef278f70f
commit f81462977d
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,7 @@
add_subdirectory(cmd)
if(NOT MSVC)
add_subdirectory(explorer)
endif()
add_subdirectory(explorer-new)