mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
15 lines
476 B
Ruby
15 lines
476 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="userinit" type="win32gui" installbase="system32" installname="userinit.exe" unicode="yes">
|
|
<include base="userinit">.</include>
|
|
<library>wine</library>
|
|
<library>ntdll</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>shell32</library>
|
|
<library>shlwapi</library>
|
|
<file>userinit.c</file>
|
|
<file>userinit.rc</file>
|
|
</module>
|