* Disable compiling usermode components for now.

svn path=/branches/header-work/; revision=45697
This commit is contained in:
Amine Khaldi 2010-02-27 14:22:19 +00:00
parent 2f0658a0d4
commit 2a50af3a8e
8 changed files with 50 additions and 26 deletions

View file

@ -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>