mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
* Disable compiling usermode components for now.
svn path=/branches/header-work/; revision=45697
This commit is contained in:
parent
2f0658a0d4
commit
2a50af3a8e
8 changed files with 50 additions and 26 deletions
4
lib/3rdparty/mingw/mingw.rbuild
vendored
4
lib/3rdparty/mingw/mingw.rbuild
vendored
|
@ -4,7 +4,9 @@
|
|||
<module name="mingw_common" type="staticlibrary" isstartuplib="true" crt="dll">
|
||||
<define name="_CRTBLD" />
|
||||
<include base="ReactOS">include/reactos/mingw-w64</include>
|
||||
<library>kernel32</library>
|
||||
<if property="USERMODE" value="1">
|
||||
<library>kernel32</library>
|
||||
</if>
|
||||
<file>_newmode.c</file>
|
||||
<file>atonexit.c</file>
|
||||
<file>charmax.c</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue