[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

@ -30,7 +30,7 @@ list(APPEND SOURCE
file(GLOB explorer_rc_deps res/*.*)
add_rc_deps(explorer.rc ${explorer_rc_deps})
add_executable(explorer ${SOURCE} explorer.rc)
target_link_libraries(explorer uuid atlnew wine)
target_link_libraries(explorer uuid wine)
set_module_type(explorer win32gui UNICODE)
add_importlibs(explorer advapi32 gdi32 user32 comctl32 ole32 oleaut32 shell32 browseui shlwapi shdocvw version uxtheme msvcrt kernel32 ntdll)
add_pch(explorer precomp.h SOURCE)

View file

@ -20,7 +20,6 @@ target_link_libraries(rshell
shellbars
shellmenu
shelldesktop
atlnew
uuid
wine)