modified dll/win32/kernel32/kernel32.rbuild

Disable exceptions and RTTI in kernel32_base
   Move icustubs.cpp closer to other NLS stuff

This commit dedicated to Stefan100

svn path=/trunk/; revision=36957
This commit is contained in:
KJK::Hyperion 2008-10-25 17:41:48 +00:00
parent 384cece98f
commit 10c26d1da1

View file

@ -109,7 +109,6 @@
<file>lcformat.c</file>
<file>profile.c</file>
<file>utils.c</file>
<file>icustubs.cpp</file>
</directory>
<directory name="thread">
<if property="ARCH" value="i386">
@ -120,6 +119,12 @@
</if>
</directory>
<compilerflag compiler="cpp">-fno-exceptions</compilerflag>
<compilerflag compiler="cpp">-fno-rtti</compilerflag>
<directory name="misc">
<file>icustubs.cpp</file>
</directory>
<library>normalize</library>
</module>
<module name="kernel32" type="win32dll" baseaddress="${BASEADDRESS_KERNEL32}" installbase="system32" installname="kernel32.dll">