reactos/reactos/dll/dll.rbuild
Alex Ionescu 03c9810bee [NLS]: Kill this directory from the build. It produced nothing other than a Vista-calling DLL which was never even on the BootCD.
[KERNEL32]: Remove GetLocaleInfoEx again.
[KERNEL32]: It seems CMAKE build doesn't like kernel32 code calling "HeapAlloc" because HeapAlloc doesn't exist -- it's a forward to RtlAllocateHeap. As a hack, add compiler defines to do the forwarding in C code as well.

svn path=/trunk/; revision=52760
2011-07-21 15:39:28 +00:00

27 lines
724 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<directory name="3rdparty">
<xi:include href="3rdparty/3rdparty.rbuild" />
</directory>
<directory name="cpl">
<xi:include href="cpl/cpl.rbuild" />
</directory>
<directory name="directx">
<xi:include href="directx/directx.rbuild" />
</directory>
<directory name="keyboard">
<xi:include href="keyboard/keyboard.rbuild" />
</directory>
<directory name="ntdll">
<xi:include href="ntdll/ntdll.rbuild" />
</directory>
<directory name="shellext">
<xi:include href="shellext/shellext.rbuild" />
</directory>
<directory name="win32">
<xi:include href="win32/win32.rbuild" />
</directory>
</group>