mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
fixed ctm, kill, lsdd, man, regexpl, tcat can be build again
svn path=/trunk/; revision=23955
This commit is contained in:
parent
d6a960a884
commit
433252a084
6 changed files with 18 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
<define name="_UNICODE" />
|
||||
<library>epsapi</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>ctm.c</file>
|
||||
<file>ctm.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
<module name="kill" type="win32cui" installbase="system32" installname="kill.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>kill.c</file>
|
||||
<file>kill.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>lib</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>lsdd.c</file>
|
||||
<file>lsdd.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<module name="man" type="win32cui" installbase="system32" installname="man.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>man.c</file>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<module name="regexpl" type="win32cui" installbase="system32" installname="regexpl.exe">
|
||||
<module name="regexpl" type="win32cui" installbase="system32" installname="regexpl.exe" stdlib="host">
|
||||
<include base="regexpl">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>ArgumentParser.cpp</file>
|
||||
<file>Console.cpp</file>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<module name="cat" type="win32cui" installbase="system32" installname="cat.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>cat.c</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue