mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
b6edb50eb1
svn path=/branches/reactos-yarotows/; revision=46494
12 lines
434 B
Ruby
12 lines
434 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<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.spec" />
|
|
</module>
|