mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
12 lines
446 B
Ruby
12 lines
446 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="normalize" type="staticlibrary">
|
|
<library>icu4ros</library>
|
|
<redefine name="WINVER">0x600</redefine>
|
|
<group compilerset="gcc">
|
|
<compilerflag compiler="cxx">-fno-exceptions</compilerflag>
|
|
<compilerflag compiler="cxx">-fno-rtti</compilerflag>
|
|
</group>
|
|
<include base="icu4ros">icu/source/common</include>
|
|
<file>normalize.cpp</file>
|
|
</module>
|