mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
88c9e7c6e8
svn path=/branches/reactos-yarotows/; revision=47117
32 lines
959 B
Ruby
32 lines
959 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="newinflib" type="staticlibrary">
|
|
<include base="newinflib">.</include>
|
|
<file>infcore.c</file>
|
|
<file>infget.c</file>
|
|
<file>infput.c</file>
|
|
<file>infrosgen.c</file>
|
|
<file>infrosget.c</file>
|
|
<file>infrosput.c</file>
|
|
</module>
|
|
<module name="newinflibhost" type="hoststaticlibrary" allowwarnings="true">
|
|
<define name="WINE_UNICODE_API">" "</define>
|
|
<include base="unicode" />
|
|
<include base="newinflibhost">.</include>
|
|
<define name="__NO_CTYPE_INLINES" />
|
|
<define name="USE_HOST_WCSFUNCS" />
|
|
<group compilerset="gcc">
|
|
<compilerflag>-Wwrite-strings</compilerflag>
|
|
<compilerflag>-Wpointer-arith</compilerflag>
|
|
</group>
|
|
<define name="INFLIB_HOST" />
|
|
<file>infcore.c</file>
|
|
<file>infget.c</file>
|
|
<file>infput.c</file>
|
|
<file>infhostgen.c</file>
|
|
<file>infhostget.c</file>
|
|
<file>infhostput.c</file>
|
|
<file>infhostrtl.c</file>
|
|
</module>
|
|
</group>
|