From 569851e8f2204e04613b8cd3ba5cac23150f32bc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 19 Jan 2014 10:14:18 +0000 Subject: [PATCH] [HOTPLUG] * We don't need PCH for one source file modules. CORE-7716 svn path=/trunk/; revision=61690 --- reactos/dll/cpl/hotplug/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/cpl/hotplug/CMakeLists.txt b/reactos/dll/cpl/hotplug/CMakeLists.txt index c117ef72802..c5ec3d68ceb 100644 --- a/reactos/dll/cpl/hotplug/CMakeLists.txt +++ b/reactos/dll/cpl/hotplug/CMakeLists.txt @@ -22,5 +22,4 @@ add_importlibs(hotplug comctl32 kernel32) -add_pch(hotplug hotplug.h) add_cd_file(TARGET hotplug DESTINATION reactos/system32 FOR all)