mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[ATL] Retire atlnew
This commit is contained in:
parent
9853cc4d7e
commit
9824a0154e
26 changed files with 24 additions and 91 deletions
|
@ -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)
|
||||
|
|
|
@ -20,7 +20,6 @@ target_link_libraries(rshell
|
|||
shellbars
|
||||
shellmenu
|
||||
shelldesktop
|
||||
atlnew
|
||||
uuid
|
||||
wine)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue