From 5da6e5757730357dcbac3778f58d1f81412ba36c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 11 May 2014 14:16:27 +0000 Subject: [PATCH] [ATL] * Zap atl_atliface_header dependency. svn path=/trunk/; revision=63232 --- reactos/dll/win32/atl/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/atl/CMakeLists.txt b/reactos/dll/win32/atl/CMakeLists.txt index 1d7d6bbc536..580e31c495b 100644 --- a/reactos/dll/win32/atl/CMakeLists.txt +++ b/reactos/dll/win32/atl/CMakeLists.txt @@ -23,6 +23,5 @@ add_library(atl SHARED ${SOURCE} rsrc.rc) set_module_type(atl win32dll) target_link_libraries(atl uuid wine) add_importlibs(atl oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel32 ntdll) -add_dependencies(atl atl_atliface_header) add_pch(atl precomp.h SOURCE) add_cd_file(TARGET atl DESTINATION reactos/system32 FOR all)