mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CMAKE]
* Add rapps, ftp and dwnl to msvc build. svn path=/trunk/; revision=52461
This commit is contained in:
@@ -24,9 +24,7 @@ add_subdirectory(mstsc)
|
||||
add_subdirectory(network)
|
||||
add_subdirectory(notepad)
|
||||
add_subdirectory(mspaint)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(rapps) # FIXME: msvc build.
|
||||
endif()
|
||||
add_subdirectory(rapps)
|
||||
add_subdirectory(regedit)
|
||||
add_subdirectory(regedt32)
|
||||
add_subdirectory(sc)
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
|
||||
add_subdirectory(arp)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(dwnl) # FIXME: fix msvc build
|
||||
endif()
|
||||
add_subdirectory(dwnl)
|
||||
add_subdirectory(finger)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(ftp) # FIXME: fix msvc build
|
||||
endif()
|
||||
add_subdirectory(ftp)
|
||||
add_subdirectory(ipconfig)
|
||||
add_subdirectory(net)
|
||||
add_subdirectory(netstat)
|
||||
|
||||
Reference in New Issue
Block a user