reactos/reactos/dll/dll.rbuild
KJK::Hyperion 70a54a9995 modified dll/win32/kernel32/misc/lang.c
modified   dll/win32/kernel32/kernel32.def
   Stubbed out GetLocaleInfoEx

modified   include/psdk/winnls.h
   Added some Vista and later NLS defines to the SDK

modified   dll/nls/idndl/idndl.rbuild
   Correctly set a NULL entry point for idndl.dll

modified   dll/nls/idndl_redist/idndl_redist.rbuild
modified   dll/nls/normaliz_redist/normaliz_redist.rbuild
   Give unique names to the redistributable versions of idndl.dll and normaliz.dll

Everything else
   Scattered NLS modules in the appropriate locations, as per standard source tree layout

svn path=/trunk/; revision=34463
2008-07-13 17:54:53 +00:00

30 lines
798 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="nls">
<xi:include href="nls/nls.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>