mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
Create a branch for header work.
svn path=/branches/header-work/; revision=45691
This commit is contained in:
parent
14fe274b1c
commit
9ea495ba33
19538 changed files with 0 additions and 1063950 deletions
33
base/applications/taskmgr/taskmgr.rbuild
Normal file
33
base/applications/taskmgr/taskmgr.rbuild
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="taskmgr" type="win32gui" installbase="system32" installname="taskmgr.exe" unicode="yes">
|
||||
<include base="taskmgr">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>shell32</library>
|
||||
<library>comctl32</library>
|
||||
<pch>precomp.h</pch>
|
||||
<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>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>
|
Loading…
Add table
Add a link
Reference in a new issue