* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61472
This commit is contained in:
Amine Khaldi 2014-01-01 18:31:40 +00:00
parent 7335a1dec5
commit d02c7df84f

View 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)