add rbuild files for wldap32 and add it to bootcd

svn path=/trunk/; revision=26408
This commit is contained in:
Christoph von Wittich 2007-04-18 23:42:27 +00:00
parent 96e23d17f6
commit 814fee4797
3 changed files with 6 additions and 0 deletions

View file

@ -49,6 +49,7 @@
<property name="BASEADDRESS_SMDLL" value="0x6b3b0000" />
<property name="BASEADDRESS_URLMON" value="0x6b3c0000" />
<property name="BASEADDRESS_SERIALUI" value="0x6b3D0000" />
<property name="BASEADDRESS_WLDAP32" value="0x6e130000" />
<property name="BASEADDRESS_CLB" value="0x6f2b0000" />
<property name="BASEADDRESS_CARDS" value="0x701a0000" />
<property name="BASEADDRESS_WININET" value="0x70200000" />

View file

@ -114,6 +114,7 @@ dll\directx\dsound\dsound.dll 1
dll\directx\dxdiagn\dxdiagn.dll 1
dll\directx\ddraw\ddraw.dll 1
dll\directx\d3d8thk\d3d8thk.dll 1
dll\directx\d3d8\d3d8.dll 1
dll\directx\d3d9\d3d9.dll 1
dll\directx\devenum\devenum.dll 1
@ -224,6 +225,7 @@ dll\win32\winmm\winmm.dll 1
dll\win32\winmm\wavemap\msacm32.drv 1
dll\win32\winspool\winspool.drv 1
dll\win32\wintrust\wintrust.dll 1
dll\win32\wldap32\wldap32.dll 1
dll\win32\ws2_32\ws2_32.dll 1
dll\win32\ws2help\ws2help.dll 1
dll\win32\wshirda\wshirda.dll 1

View file

@ -277,6 +277,9 @@
<directory name="wintrust">
<xi:include href="wintrust/wintrust.rbuild" />
</directory>
<directory name="wldap32">
<xi:include href="wldap32/wldap32.rbuild" />
</directory>
<directory name="ws2_32">
<xi:include href="ws2_32/ws2_32.rbuild" />
</directory>