Sync up to trunk head.
[reactos.git] / dll / nls / idndl / idndl.rbuild
index 3e24764..e130377 100644 (file)
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="idndl" type="win32dll" installname="idndl.dll">
-       <library>kernel32</library>
-       <compilerflag>-fno-exceptions</compilerflag>
-       <compilerflag>-fno-rtti</compilerflag>
-       <entrypoint>0</entrypoint>
+<module name="idndl" type="win32dll" installname="idndl.dll" entrypoint="0">
+       <group compilerset="gcc">
+               <compilerflag compiler="cxx">-fno-exceptions</compilerflag>
+               <compilerflag compiler="cxx">-fno-rtti</compilerflag>
+       </group>
+       <redefine name="WINVER">0x600</redefine>
        <file>idndl.cpp</file>
-       <importlibrary definition="idndl.def" />
+       <importlibrary definition="idndl.spec" />
 </module>