mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +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
18 lines
634 B
Ruby
18 lines
634 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="main" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_MAIN}" installbase="system32" installname="main.cpl" unicode="yes" crt="msvcrt">
|
|
<importlibrary definition="main.spec" />
|
|
<include base="main">.</include>
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<library>devmgr</library>
|
|
<library>comdlg32</library>
|
|
<library>shell32</library>
|
|
<library>gdi32</library>
|
|
<file>keyboard.c</file>
|
|
<file>main.c</file>
|
|
<file>mouse.c</file>
|
|
<file>main.rc</file>
|
|
<pch>main.h</pch>
|
|
</module>
|