From 83f07e32efbafc969f949439d187f83c7c9901f7 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 3 Apr 2015 14:48:39 +0000 Subject: [PATCH] [MYCOMPUT] now do it properly svn path=/trunk/; revision=67023 --- reactos/dll/win32/mycomput/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/mycomput/CMakeLists.txt b/reactos/dll/win32/mycomput/CMakeLists.txt index 251cab795d6..2a828c73ade 100644 --- a/reactos/dll/win32/mycomput/CMakeLists.txt +++ b/reactos/dll/win32/mycomput/CMakeLists.txt @@ -4,5 +4,4 @@ add_library(mycomput SHARED set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0) -set_module_type(mycomput win32dll UNICODE) add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)