mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[SHELL32] Properly track RC file dependencies. CORE-9806
svn path=/trunk/; revision=71220
This commit is contained in:
@@ -71,6 +71,10 @@ list(APPEND SOURCE
|
||||
CFolderItemVerbs.cpp
|
||||
precomp.h)
|
||||
|
||||
file(GLOB_RECURSE shell32_rc_deps res/*.*)
|
||||
list(APPEND shell32_rc_deps ${CMAKE_CURRENT_BINARY_DIR}/shell32_shldisp.tlb)
|
||||
add_rc_deps(shell32.rc ${shell32_rc_deps})
|
||||
|
||||
add_library(shell32 SHARED
|
||||
${SOURCE}
|
||||
wine/brsfolder.c
|
||||
|
||||
Reference in New Issue
Block a user