fixed ctm, kill, lsdd, man, regexpl, tcat can be build again
[reactos.git] / rosapps / sysutils / ctm / ctm.rbuild
1 <module name="ctm" type="win32cui" installbase="system32" installname="ctm.exe">
2 <define name="__USE_W32API" />
3 <define name="UNICODE" />
4 <define name="_UNICODE" />
5 <library>epsapi</library>
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>user32</library>
9
10 <file>ctm.c</file>
11 <file>ctm.rc</file>
12 </module>