mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:16:38 +00:00
Speed up compilation of smss
svn path=/trunk/; revision=19655
This commit is contained in:
parent
223bd2540c
commit
ffbdfdd66d
1 changed files with 21 additions and 19 deletions
|
@ -7,24 +7,26 @@
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<linkerflag>-lgcc</linkerflag>
|
<linkerflag>-lgcc</linkerflag>
|
||||||
<pch>smss.h</pch>
|
<pch>smss.h</pch>
|
||||||
<file>client.c</file>
|
<compilationunit name="unit.c">
|
||||||
<file>debug.c</file>
|
<file>client.c</file>
|
||||||
<file>init.c</file>
|
<file>debug.c</file>
|
||||||
<file>initdosdev.c</file>
|
<file>init.c</file>
|
||||||
<file>initenv.c</file>
|
<file>initdosdev.c</file>
|
||||||
<file>initheap.c</file>
|
<file>initenv.c</file>
|
||||||
<file>initmv.c</file>
|
<file>initheap.c</file>
|
||||||
<file>initobdir.c</file>
|
<file>initmv.c</file>
|
||||||
<file>initpage.c</file>
|
<file>initobdir.c</file>
|
||||||
<file>initreg.c</file>
|
<file>initpage.c</file>
|
||||||
<file>initrun.c</file>
|
<file>initreg.c</file>
|
||||||
<file>initss.c</file>
|
<file>initrun.c</file>
|
||||||
<file>initwkdll.c</file>
|
<file>initss.c</file>
|
||||||
<file>print.c</file>
|
<file>initwkdll.c</file>
|
||||||
<file>smapi.c</file>
|
<file>print.c</file>
|
||||||
<file>smapicomp.c</file>
|
<file>smapi.c</file>
|
||||||
<file>smapiexec.c</file>
|
<file>smapicomp.c</file>
|
||||||
<file>smapiquery.c</file>
|
<file>smapiexec.c</file>
|
||||||
<file>smss.c</file>
|
<file>smapiquery.c</file>
|
||||||
|
<file>smss.c</file>
|
||||||
|
</compilationunit>
|
||||||
<file>smss.rc</file>
|
<file>smss.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue