mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
16 lines
465 B
Ruby
16 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>
|