* Zap atl_atliface_header dependency.

svn path=/trunk/; revision=63232
This commit is contained in:
Amine Khaldi 2014-05-11 14:16:27 +00:00
parent c34bd28ce8
commit 5da6e57577

View file

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