mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 15:02:16 +00:00
[MSI]
* Use msipriv.h as a PCH. svn path=/trunk/; revision=52976
This commit is contained in:
parent
29db79e1e0
commit
be4f89d5a9
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue