From 391daff8d0f0ed8519dab14357efa414bf60c1ba Mon Sep 17 00:00:00 2001 From: David Quintana Date: Sat, 21 Feb 2015 21:26:18 +0000 Subject: [PATCH] Revert a change that never happened, and apply it to the right file. ;P svn path=/trunk/; revision=66397 --- reactos/dll/shellext/netshell/CMakeLists.txt | 3 --- reactos/dll/shellext/ntobjshex/CMakeLists.txt | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/shellext/netshell/CMakeLists.txt b/reactos/dll/shellext/netshell/CMakeLists.txt index 9f3aed87278..4536a084a1e 100644 --- a/reactos/dll/shellext/netshell/CMakeLists.txt +++ b/reactos/dll/shellext/netshell/CMakeLists.txt @@ -24,9 +24,6 @@ list(APPEND SOURCE lanstatusui.cpp precomp.h) -list(APPEND atl_rc_deps - ${CMAKE_CURRENT_SOURCE_DIR}/resources/rgs/ntobjectfolder.rgs) - add_library(netshell SHARED ${SOURCE} netshell.rc diff --git a/reactos/dll/shellext/ntobjshex/CMakeLists.txt b/reactos/dll/shellext/ntobjshex/CMakeLists.txt index 358b0ddae3a..5ccb1b208f4 100644 --- a/reactos/dll/shellext/ntobjshex/CMakeLists.txt +++ b/reactos/dll/shellext/ntobjshex/CMakeLists.txt @@ -21,6 +21,9 @@ add_library(ntobjshex SHARED ntobjshex.rc ${CMAKE_CURRENT_BINARY_DIR}/ntobjshex.def) +list(APPEND atl_rc_deps + ${CMAKE_CURRENT_SOURCE_DIR}/resources/rgs/ntobjectfolder.rgs) + set_module_type(ntobjshex win32dll UNICODE) target_link_libraries(ntobjshex uuid wine atlnew)