- Globalize ReactOS target version (there are a few overrides for our abuse of RegDel...
[reactos.git] / reactos / base / applications / msconfig / msconfig.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="msconfig" type="win32gui" installbase="system32" installname="msconfig.exe" unicode="yes">
4 <include base="msconfig">.</include>
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>advapi32</library>
8 <library>version</library>
9 <library>comctl32</library>
10 <library>shell32</library>
11 <library>shlwapi</library>
12 <compilationunit name="unit.c">
13 <file>toolspage.c</file>
14 <file>srvpage.c</file>
15 <file>systempage.c</file>
16 <file>startuppage.c</file>
17 <file>freeldrpage.c</file>
18 <file>generalpage.c</file>
19 <file>msconfig.c</file>
20 </compilationunit>
21 <file>msconfig.rc</file>
22 <pch>precomp.h</pch>
23 </module>