[HOTPLUG]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jan 2014 10:14:18 +0000 (10:14 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jan 2014 10:14:18 +0000 (10:14 +0000)
* We don't need PCH for one source file modules.
CORE-7716

svn path=/trunk/; revision=61690

reactos/dll/cpl/hotplug/CMakeLists.txt

index c117ef7..c5ec3d6 100644 (file)
@@ -22,5 +22,4 @@ add_importlibs(hotplug
     comctl32
     kernel32)
 
-add_pch(hotplug hotplug.h)
 add_cd_file(TARGET hotplug DESTINATION reactos/system32 FOR all)