Author: hyperion
Date: Sat Oct 25 12:41:48 2008
New Revision: 36957
URL:
http://svn.reactos.org/svn/reactos?rev=36957&view=rev
Log:
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
Modified:
trunk/reactos/dll/win32/kernel32/kernel32.rbuild
Modified: trunk/reactos/dll/win32/kernel32/kernel32.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel3…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/kernel32.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/kernel32.rbuild [iso-8859-1] Sat Oct 25 12:41:48 2008
@@ -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">