mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
10 lines
382 B
Ruby
10 lines
382 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="debugsup_ntoskrnl" type="staticlibrary">
|
|
<importlibrary definition="debugsup-ntos.def" dllname="ntoskrnl.exe" />
|
|
</module>
|
|
<module name="debugsup_ntdll" type="staticlibrary">
|
|
<importlibrary definition="debugsup-ntos.def" dllname="ntdll.dll" />
|
|
</module>
|
|
</group>
|