From: Amine Khaldi Date: Fri, 7 Feb 2014 21:56:49 +0000 (+0000) Subject: [UNICOWS] X-Git-Tag: ReactOS-0.3.16-CLT2014~273 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9bae59a449039779f181eb1ea12b36745abcf5e5;ds=sidebyside [UNICOWS] * Correct the destination of this dll. svn path=/trunk/; revision=62028 --- diff --git a/reactos/dll/win32/unicows/CMakeLists.txt b/reactos/dll/win32/unicows/CMakeLists.txt index a4bc230f716..e57826ef82d 100644 --- a/reactos/dll/win32/unicows/CMakeLists.txt +++ b/reactos/dll/win32/unicows/CMakeLists.txt @@ -28,4 +28,4 @@ add_importlibs(unicows msvcrt kernel32 ntdll) -add_cd_file(TARGET unicows DESTINATION reactos/system32 FOR all) +add_cd_file(TARGET unicows DESTINATION reactos FOR all)