mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[WIN32U] Move windows specific test dlls into win32nt folder
This commit is contained in:
@@ -64,7 +64,6 @@ add_subdirectory(utildll)
|
||||
add_subdirectory(uxtheme)
|
||||
add_subdirectory(version)
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_subdirectory(win32u)
|
||||
add_subdirectory(win32nt)
|
||||
endif()
|
||||
add_subdirectory(winhttp)
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
|
||||
add_subdirectory(win32u_xpsp2)
|
||||
add_subdirectory(win32u_2k3sp2)
|
||||
add_subdirectory(win32u_vista)
|
||||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
add_subdirectory(win32u_xpsp2)
|
||||
add_subdirectory(win32u_2k3sp2)
|
||||
add_subdirectory(win32u_vista)
|
||||
Reference in New Issue
Block a user