mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[12:14] <Usurp> kjk_hyperion: i dont understand where msvcrt is linked twice in crt_regtest ?
[12:14] <kjk_hyperion> Usurp: that's right, you don't understand svn path=/trunk/; revision=44104
This commit is contained in:
parent
8667b162b1
commit
aafb387b32
5 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
<module name="nts2w32err" type="win32cui" installbase="bin" installname="nts2w32err.exe" >
|
||||
<library>msvcrt</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>nts2w32err.c</file>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>objdir.c</file>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<module name="partinfo" type="win32cui" installbase="bin" installname="partinfo.exe" allowwarnings="true">
|
||||
<library>msvcrt</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>partinfo.c</file>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>stats.c</file>
|
||||
</module>
|
||||
</module>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>tickcount.c</file>
|
||||
</module>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue