mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[URLMON]
* Use urlmon_main.h as a PCH. svn path=/trunk/; revision=52979
This commit is contained in:
parent
813c1f831e
commit
b3b76f610b
2 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,7 @@ add_definitions(
|
|||
-DREGISTER_PROXY_DLL
|
||||
-D_URLMON_)
|
||||
|
||||
add_pch(urlmon urlmon_main.h)
|
||||
add_definitions(-DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}")
|
||||
|
||||
add_cd_file(TARGET urlmon DESTINATION reactos/system32 FOR all)
|
||||
|
||||
add_importlib_target(urlmon.spec)
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<file>urlmon_main.c</file>
|
||||
<file>usrmarshal.c</file>
|
||||
<file>rsrc.rc</file>
|
||||
<pch>urlmon_main.h</pch>
|
||||
<library>wine</library>
|
||||
<library>uuid</library>
|
||||
<library>rpcrt4</library>
|
||||
|
|
Loading…
Reference in a new issue