[ATL] Retire atlnew

This commit is contained in:
Mark Jansen 2019-04-06 22:37:13 +02:00
parent 9853cc4d7e
commit 9824a0154e
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
26 changed files with 24 additions and 91 deletions

View file

@ -7,6 +7,6 @@ include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
add_executable(shlextdbg shlextdbg.cpp shlextdbg.rc)
set_module_type(shlextdbg win32cui UNICODE)
target_link_libraries(shlextdbg atlnew uuid)
target_link_libraries(shlextdbg uuid)
add_importlibs(shlextdbg ole32 comctl32 shell32 user32 msvcrt kernel32)
add_cd_file(TARGET shlextdbg DESTINATION reactos/system32 FOR all)