mirror of
https://github.com/reactos/reactos.git
synced 2025-01-16 11:13:22 +00:00
forgot to set a dependency
svn path=/trunk/; revision=26430
This commit is contained in:
parent
c89ee63d25
commit
d0cdae3bdc
1 changed files with 2 additions and 0 deletions
2
reactos/lib/3rdparty/mingw/mingw.rbuild
vendored
2
reactos/lib/3rdparty/mingw/mingw.rbuild
vendored
|
@ -26,6 +26,7 @@
|
|||
<include base="ReactOS">include/crt</include>
|
||||
<include base="ReactOS">include/psdk</include>
|
||||
<include base="mingw_common">include</include>
|
||||
<dependency>psdk</dependency>
|
||||
<file>binmode.c</file>
|
||||
<file>crt1.c</file>
|
||||
<file>main.c</file>
|
||||
|
@ -34,6 +35,7 @@
|
|||
<include base="ReactOS">include/crt</include>
|
||||
<include base="ReactOS">include/psdk</include>
|
||||
<include base="mingw_common">include</include>
|
||||
<dependency>psdk</dependency>
|
||||
<file>wbinmode.c</file>
|
||||
<file>wcrt1.c</file>
|
||||
<file>wmain.c</file>
|
||||
|
|
Loading…
Reference in a new issue