mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 18:20:18 +00:00
[CMAKE]
Don't compile telnet and explorer on MSVC for now svn path=/branches/cmake-bringup/; revision=50122
This commit is contained in:
parent
cef278f70f
commit
f81462977d
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,8 @@ add_subdirectory(netstat)
|
|||
add_subdirectory(nslookup)
|
||||
add_subdirectory(ping)
|
||||
add_subdirectory(route)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(telnet)
|
||||
endif()
|
||||
add_subdirectory(tracert)
|
||||
add_subdirectory(whois)
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
add_subdirectory(cmd)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(explorer)
|
||||
endif()
|
||||
add_subdirectory(explorer-new)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue