From 0dd2f479dc87434ca481d19ef32861a8d74c4f10 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 2 Mar 2014 21:04:20 +0000 Subject: [PATCH] [SHELL32] * Remove what seems to be a useless source file. This variable is defined and used in shell32_main.cpp. svn path=/trunk/; revision=62395 --- reactos/dll/win32/shell32/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/CMakeLists.txt b/reactos/dll/win32/shell32/CMakeLists.txt index f84298872e7..f7fb726678d 100644 --- a/reactos/dll/win32/shell32/CMakeLists.txt +++ b/reactos/dll/win32/shell32/CMakeLists.txt @@ -16,7 +16,7 @@ include_directories( spec2def(shell32.dll shell32.spec ADD_IMPORTLIB) list(APPEND SOURCE - authors.cpp + #authors.cpp autocomplete.cpp brsfolder.cpp changenotify.cpp @@ -54,6 +54,7 @@ list(APPEND SOURCE folders/fonts.cpp folders/cpanel.cpp folders/recyclebin.cpp + droptargets/CexeDropHandler.cpp shlexec.cpp shlfileop.cpp shlfolder.cpp -- 2.17.1