mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
15 lines
465 B
Ruby
15 lines
465 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="idna" 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>idna.cpp</file>
|
|
<file>nameprep.cpp</file>
|
|
</module>
|