mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[SHELL32] Properly track RC file dependencies. CORE-9806
svn path=/trunk/; revision=71220
This commit is contained in:
parent
5c66503f42
commit
e6b21d5591
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue