* Use urlmon_main.h as a PCH.

svn path=/trunk/; revision=52979
This commit is contained in:
Amine Khaldi 2011-07-28 15:57:31 +00:00
parent 813c1f831e
commit b3b76f610b
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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>