Merge from amd64-branch:
[reactos.git] / reactos / dll / nls / idndl / idndl.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="idndl" type="win32dll" installname="idndl.dll" entrypoint="0">
4 <group compilerset="gcc">
5 <compilerflag compiler="cxx">-fno-exceptions</compilerflag>
6 <compilerflag compiler="cxx">-fno-rtti</compilerflag>
7 </group>
8 <redefine name="WINVER">0x600</redefine>
9 <file>idndl.cpp</file>
10 <importlibrary definition="idndl.def" />
11 </module>