mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:52:10 +00:00
[ATL] Retire atlnew
This commit is contained in:
parent
9853cc4d7e
commit
9824a0154e
26 changed files with 24 additions and 91 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue