Speed up compilation of taskmgr
Modified: trunk/reactos/subsys/system/taskmgr/precomp.h
Modified: trunk/reactos/subsys/system/taskmgr/taskmgr.xml
_____
Modified: trunk/reactos/subsys/system/taskmgr/precomp.h
--- trunk/reactos/subsys/system/taskmgr/precomp.h 2005-11-26
19:53:55 UTC (rev 19656)
+++ trunk/reactos/subsys/system/taskmgr/precomp.h 2005-11-26
20:05:14 UTC (rev 19657)
@@ -1,3 +1,5 @@
+#ifndef __PRECOMP_H
+#define __PRECOMP_H
#define _CRT_SECURE_NO_DEPRECATE
#define WIN32_NO_STATUS
@@ -31,3 +33,4 @@
#include "priority.h"
#include "run.h"
#include "trayicon.h"
+#endif /* __PRECOMP_H */
_____
Modified: trunk/reactos/subsys/system/taskmgr/taskmgr.xml
--- trunk/reactos/subsys/system/taskmgr/taskmgr.xml 2005-11-26
19:53:55 UTC (rev 19656)
+++ trunk/reactos/subsys/system/taskmgr/taskmgr.xml 2005-11-26
20:05:14 UTC (rev 19657)
@@ -9,24 +9,26 @@
<library>gdi32</library>
<library>comctl32</library>
<pch>precomp.h</pch>
- <file>about.c</file>
- <file>affinity.c</file>
- <file>applpage.c</file>
- <file>column.c</file>
- <file>dbgchnl.c</file>
- <file>debug.c</file>
- <file>endproc.c</file>
- <file>font.c</file>
- <file>graph.c</file>
- <file>optnmenu.c</file>
- <file>perfdata.c</file>
- <file>perfpage.c</file>
- <file>priority.c</file>
- <file>procpage.c</file>
- <file>proclist.c</file>
- <file>run.c</file>
- <file>trayicon.c</file>
- <file>taskmgr.c</file>
- <file>graphctl.c</file>
+ <compilationunit name="unit.c">
+ <file>about.c</file>
+ <file>affinity.c</file>
+ <file>applpage.c</file>
+ <file>column.c</file>
+ <file>dbgchnl.c</file>
+ <file>debug.c</file>
+ <file>endproc.c</file>
+ <file>font.c</file>
+ <file>graph.c</file>
+ <file>optnmenu.c</file>
+ <file>perfdata.c</file>
+ <file>perfpage.c</file>
+ <file>priority.c</file>
+ <file>procpage.c</file>
+ <file>proclist.c</file>
+ <file>run.c</file>
+ <file>trayicon.c</file>
+ <file>taskmgr.c</file>
+ <file>graphctl.c</file>
+ </compilationunit>
<file>taskmgr.rc</file>
</module>
Show replies by date