mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +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:
parent
7335a1dec5
commit
d02c7df84f
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
spec2def(vdmdbg.dll vdmdbg.spec)
|
spec2def(vdmdbg.dll vdmdbg.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
@ -10,5 +9,4 @@ add_library(vdmdbg SHARED ${SOURCE})
|
||||||
|
|
||||||
set_module_type(vdmdbg win32dll UNICODE)
|
set_module_type(vdmdbg win32dll UNICODE)
|
||||||
add_importlibs(vdmdbg msvcrt kernel32 ntdll)
|
add_importlibs(vdmdbg msvcrt kernel32 ntdll)
|
||||||
add_pch(vdmdbg vdmdbg.h)
|
|
||||||
add_cd_file(TARGET vdmdbg DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET vdmdbg DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue