[WDMAUD.DRV] You don't deserve PCH.

svn path=/trunk/; revision=69886
This commit is contained in:
Amine Khaldi 2015-11-14 14:52:15 +00:00
parent 7031914e90
commit a4f40a675a

View file

@ -28,5 +28,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
endif() endif()
add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll) add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll)
add_pch(wdmaud.drv wdmaud.h SOURCE) # FIXME: Address mmebuddy.h reliance on NDEBUG
#add_pch(wdmaud.drv wdmaud.h SOURCE)
add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all) add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all)