[General]
[reactos.git] / reactos / dll / nls / idndl_redist / idndl_redist.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="idndl_redist" type="win32dll" installname="idndl_redist.dll" crt="libcntpr">
4 <library>scripts</library>
5 <group compilerset="gcc">
6 <compilerflag compiler="cxx">-fno-exceptions</compilerflag>
7 <compilerflag compiler="cxx">-fno-rtti</compilerflag>
8 </group>
9 <linkerflag linkerset="ld">--entry=0</linkerflag>
10 <include base="icu4ros">icu/source/common</include>
11 <include base="scripts">.</include>
12 <importlibrary definition="idndl.def" />
13 <file>idndl.cpp</file>
14 <file>stubs.cpp</file>
15 </module>