mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[VDMDBG]
* We don't need a PCH for one source file. CORE-7716 svn path=/trunk/; revision=61472
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user