Author: dquintana Date: Sat Feb 21 21:26:18 2015 New Revision: 66397
URL: http://svn.reactos.org/svn/reactos?rev=66397&view=rev Log: Revert a change that never happened, and apply it to the right file. ;P
Modified: trunk/reactos/dll/shellext/netshell/CMakeLists.txt trunk/reactos/dll/shellext/ntobjshex/CMakeLists.txt
Modified: trunk/reactos/dll/shellext/netshell/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/netshell/CMake... ============================================================================== --- trunk/reactos/dll/shellext/netshell/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/netshell/CMakeLists.txt [iso-8859-1] Sat Feb 21 21:26:18 2015 @@ -24,9 +24,6 @@ lanstatusui.cpp precomp.h)
-list(APPEND atl_rc_deps - ${CMAKE_CURRENT_SOURCE_DIR}/resources/rgs/ntobjectfolder.rgs) - add_library(netshell SHARED ${SOURCE} netshell.rc
Modified: trunk/reactos/dll/shellext/ntobjshex/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/CMak... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/CMakeLists.txt [iso-8859-1] Sat Feb 21 21:26:18 2015 @@ -21,6 +21,9 @@ 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)