mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
178300c8a6
* Fix PCH use in shell32. svn path=/branches/shell32_new-bringup/; revision=53319
11 lines
412 B
Ruby
11 lines
412 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="ntoskrnl" type="kernel" installbase="system32" installname="ntoskrnl.exe">
|
|
<xi:include href="ntoskrnl-generic.rbuild" />
|
|
</module>
|
|
<module name="ntdllsys" type="staticlibrary">
|
|
<include base="ntoskrnl">include</include>
|
|
<file>ntdll.S</file>
|
|
</module>
|
|
</group>
|