Revert a change that never happened, and apply it to the right file. ;P

svn path=/trunk/; revision=66397
This commit is contained in:
David Quintana 2015-02-21 21:26:18 +00:00
parent ea2b914576
commit 391daff8d0
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)