mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[ATL] Retire atlnew
This commit is contained in:
parent
9853cc4d7e
commit
9824a0154e
26 changed files with 24 additions and 91 deletions
|
@ -35,6 +35,6 @@ add_rc_deps(msconfig.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/msconfig.ico)
|
|||
add_executable(msconfig_new ${C_SOURCE} ${CPP_SOURCE} msconfig.rc)
|
||||
add_pch(msconfig_new precomp.h CPP_SOURCE)
|
||||
set_module_type(msconfig_new win32gui UNICODE)
|
||||
target_link_libraries(msconfig_new atlnew comsupp)
|
||||
target_link_libraries(msconfig_new comsupp)
|
||||
add_importlibs(msconfig_new user32 gdi32 comctl32 comdlg32 advapi32 version ole32 oleaut32 msxml3 shell32 shlwapi msvcrt kernel32)
|
||||
add_cd_file(TARGET msconfig_new DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue