Speed up compilation of taskmgr

svn path=/trunk/; revision=19657
This commit is contained in:
Casper Hornstrup 2005-11-26 20:05:14 +00:00
parent 7bc29d41d3
commit d7977db150
2 changed files with 24 additions and 19 deletions

View file

@ -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 */

View file

@ -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>