[WIN32SS]
* Initialize the subsystem restructure. Start by bringing-in gdi32 and user32. Brought to you by the awesome Subsystem Team. svn path=/trunk/; revision=56305
|
@ -234,6 +234,7 @@ else()
|
|||
add_subdirectory(modules)
|
||||
add_subdirectory(ntoskrnl)
|
||||
add_subdirectory(subsystems)
|
||||
add_subdirectory(win32ss)
|
||||
|
||||
file(MAKE_DIRECTORY ${REACTOS_BINARY_DIR}/include/reactos)
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ add_subdirectory(dwmapi)
|
|||
add_subdirectory(faultrep)
|
||||
add_subdirectory(fmifs)
|
||||
add_subdirectory(fusion)
|
||||
add_subdirectory(gdi32)
|
||||
add_subdirectory(gdiplus)
|
||||
add_subdirectory(getuname)
|
||||
add_subdirectory(glu32)
|
||||
|
@ -200,7 +199,6 @@ add_subdirectory(untfs)
|
|||
add_subdirectory(updspapi)
|
||||
add_subdirectory(url)
|
||||
add_subdirectory(urlmon)
|
||||
add_subdirectory(user32)
|
||||
add_subdirectory(userenv)
|
||||
add_subdirectory(usp10)
|
||||
add_subdirectory(uxtheme)
|
||||
|
|
3
reactos/win32ss/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
add_subdirectory(gdi/gdi32)
|
||||
add_subdirectory(user/user32)
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |