mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
39 lines
1.2 KiB
Ruby
39 lines
1.2 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="wininet" type="win32dll" baseaddress="${BASEADDRESS_WININET}" installbase="system32" installname="wininet.dll" allowwarnings="true" crt="msvcrt">
|
|
<autoregister infsection="OleControlDlls" type="DllInstall" />
|
|
<importlibrary definition="wininet.spec" />
|
|
<include base="wininet">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<define name="_WINE" />
|
|
|
|
<!-- FIXME: workarounds until we have a proper oldnames library -->
|
|
<define name="close">_close</define>
|
|
|
|
<library>wine</library>
|
|
<library>mpr</library>
|
|
<library>shlwapi</library>
|
|
<library>shell32</library>
|
|
<library>user32</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<library>secur32</library>
|
|
<library>crypt32</library>
|
|
<library>ws2_32</library>
|
|
<library>pseh</library>
|
|
<file>cookie.c</file>
|
|
<file>dialogs.c</file>
|
|
<file>ftp.c</file>
|
|
<file>gopher.c</file>
|
|
<file>http.c</file>
|
|
<file>internet.c</file>
|
|
<file>netconnection.c</file>
|
|
<file>urlcache.c</file>
|
|
<file>utility.c</file>
|
|
<file>wininet_main.c</file>
|
|
<file>rsrc.rc</file>
|
|
<file>version.rc</file>
|
|
</module>
|
|
</group>
|