2010-04-25 15:58:34 +00:00
|
|
|
<?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>
|
2011-07-28 16:23:25 +00:00
|
|
|
<pch>inflib.h</pch>
|
2010-04-25 15:58:34 +00:00
|
|
|
</module>
|
|
|
|
<module name="newinflibhost" type="hoststaticlibrary" allowwarnings="true">
|
|
|
|
<include base="newinflibhost">.</include>
|
|
|
|
<define name="__NO_CTYPE_INLINES" />
|
|
|
|
<group compilerset="gcc">
|
2010-05-01 20:17:11 +00:00
|
|
|
<compilerflag>-Wwrite-strings</compilerflag>
|
2010-04-25 15:58:34 +00:00
|
|
|
<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>
|