Author: akhaldi
Date: Sun Jan 19 10:14:18 2014
New Revision: 61690
URL:
http://svn.reactos.org/svn/reactos?rev=61690&view=rev
Log:
[HOTPLUG]
* We don't need PCH for one source file modules.
CORE-7716
Modified:
trunk/reactos/dll/cpl/hotplug/CMakeLists.txt
Modified: trunk/reactos/dll/cpl/hotplug/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hotplug/CMakeLists…
==============================================================================
--- trunk/reactos/dll/cpl/hotplug/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/hotplug/CMakeLists.txt [iso-8859-1] Sun Jan 19 10:14:18 2014
@@ -22,5 +22,4 @@
comctl32
kernel32)
-add_pch(hotplug hotplug.h)
add_cd_file(TARGET hotplug DESTINATION reactos/system32 FOR all)