* Use msipriv.h as a PCH.

svn path=/trunk/; revision=52976
This commit is contained in:
Amine Khaldi 2011-07-28 15:56:04 +00:00
parent 29db79e1e0
commit be4f89d5a9
2 changed files with 2 additions and 0 deletions

View file

@ -68,6 +68,7 @@ if(MSVC)
endif()
add_library(msi SHARED ${SOURCE})
add_pch(msi msipriv.h)
add_idl_Headers(msi_idlheader msiserver.idl)
add_typelib(msi_tlb msiserver.idl)

View file

@ -54,6 +54,7 @@
<file>upgrade.c</file>
<file>where.c</file>
<file>msi.rc</file>
<pch>msipriv.h</pch>
<include base="msi" root="intermediate">.</include>
<library>wine</library>
<library>uuid</library>