From: Alexander Shaposhnikov Date: Fri, 18 Aug 2017 16:38:28 +0000 (+0000) Subject: [RAPPS] X-Git-Tag: backups/GSoC_2017/rapps@75905~36 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=bf41db72f60cf177f0051976db20613b851341d6 [RAPPS] - Correct the build process svn path=/branches/GSoC_2017/rapps/; revision=75614 --- diff --git a/reactos/base/applications/rapps/CMakeLists.txt b/reactos/base/applications/rapps/CMakeLists.txt index 6efc9a41b54..952cbf82c85 100644 --- a/reactos/base/applications/rapps/CMakeLists.txt +++ b/reactos/base/applications/rapps/CMakeLists.txt @@ -38,7 +38,7 @@ add_rc_deps(rapps.rc ${rapps_rc_deps}) add_executable(rapps ${SOURCE} rapps.rc) set_module_type(rapps win32gui UNICODE) target_link_libraries(rapps atlnew uuid wine) -add_importlibs(rapps advapi32 comctl32 gdi32 wininet user32 shell32 shlwapi ole32 msvcrt kernel32 ntdll setupapi) +add_importlibs(rapps advapi32 comctl32 gdi32 wininet user32 shell32 shlwapi ole32 setupapi msvcrt kernel32 ntdll) add_pch(rapps include/rapps.h SOURCE) add_dependencies(rapps rappsmsg) add_message_headers(ANSI rappsmsg.mc)