mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[ROSTESTS]
apitests: win32kdll and win32nt can't be built on Release builds, NtUserSetDbgTag is not exported. svn path=/trunk/; revision=71189
This commit is contained in:
@@ -23,7 +23,7 @@ add_subdirectory(shell32)
|
||||
add_subdirectory(psapi)
|
||||
add_subdirectory(user32)
|
||||
add_subdirectory(user32_dynamic)
|
||||
if(NOT ARCH STREQUAL "amd64")
|
||||
if(NOT ARCH STREQUAL "amd64" AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_subdirectory(win32kdll)
|
||||
add_subdirectory(win32nt)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user