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

svn path=/trunk/; revision=61747
This commit is contained in:
Amine Khaldi 2014-01-21 18:00:17 +00:00
parent cabd4e530e
commit dcf4622237

View file

@ -29,6 +29,5 @@ if(MSVC)
endif()
add_importlibs(crtdll kernel32 ntdll)
add_pch(crtdll precomp.h)
add_cd_file(TARGET crtdll DESTINATION reactos/system32 FOR all)