[VDMDBG]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Jan 2014 18:31:40 +0000 (18:31 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Jan 2014 18:31:40 +0000 (18:31 +0000)
* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61472

reactos/dll/win32/vdmdbg/CMakeLists.txt

index 87004ba..3fe251b 100644 (file)
@@ -1,5 +1,4 @@
 
-
 spec2def(vdmdbg.dll vdmdbg.spec)
 
 list(APPEND SOURCE
@@ -10,5 +9,4 @@ add_library(vdmdbg SHARED ${SOURCE})
 
 set_module_type(vdmdbg win32dll UNICODE)
 add_importlibs(vdmdbg msvcrt kernel32 ntdll)
-add_pch(vdmdbg vdmdbg.h)
 add_cd_file(TARGET vdmdbg DESTINATION reactos/system32 FOR all)