On FAT16 partitions smaller than 128MB, the cluster size is 2048, which is
[reactos.git] / reactos / subsys / smss / smss.xml
1 <module name="smss" type="nativecui" installbase="system32" installname="smss.exe">
2 <include base="smss">.</include>
3 <define name="__USE_W32API" />
4 <define name="_DISABLE_TIDENTS" />
5 <library>nt</library>
6 <library>smlib</library>
7 <library>ntdll</library>
8 <linkerflag>-lgcc</linkerflag>
9 <pch>smss.h</pch>
10 <compilationunit name="unit.c">
11 <file>client.c</file>
12 <file>debug.c</file>
13 <file>init.c</file>
14 <file>initdosdev.c</file>
15 <file>initenv.c</file>
16 <file>initheap.c</file>
17 <file>initmv.c</file>
18 <file>initobdir.c</file>
19 <file>initpage.c</file>
20 <file>initreg.c</file>
21 <file>initrun.c</file>
22 <file>initss.c</file>
23 <file>initwkdll.c</file>
24 <file>print.c</file>
25 <file>smapi.c</file>
26 <file>smapicomp.c</file>
27 <file>smapiexec.c</file>
28 <file>smapiquery.c</file>
29 <file>smss.c</file>
30 </compilationunit>
31 <file>smss.rc</file>
32 </module>