mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Revert a change that never happened, and apply it to the right file. ;P
svn path=/trunk/; revision=66397
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user