From 9bae59a449039779f181eb1ea12b36745abcf5e5 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 7 Feb 2014 21:56:49 +0000 Subject: [PATCH 1/1] [UNICOWS] * Correct the destination of this dll. svn path=/trunk/; revision=62028 --- reactos/dll/win32/unicows/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.17.1