mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
10 lines
352 B
Ruby
10 lines
352 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="idna" type="staticlibrary">
|
|
<library>icu4ros</library>
|
|
<compilerflag>-fno-exceptions</compilerflag>
|
|
<compilerflag>-fno-rtti</compilerflag>
|
|
<include base="icu4ros">icu/source/common</include>
|
|
<file>idna.cpp</file>
|
|
<file>nameprep.cpp</file>
|
|
</module>
|