mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
31
lib/inflib/inflib.rbuild
Normal file
31
lib/inflib/inflib.rbuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="inflib" type="staticlibrary">
|
||||
<include base="inflib">.</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<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="inflibhost" type="hoststaticlibrary" allowwarnings="true">
|
||||
<include base="inflibhost">.</include>
|
||||
<include base="ReactOS">include/reactos</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<compilerflag>-Wconversion</compilerflag>
|
||||
<compilerflag>-Wstrict-prototypes</compilerflag>
|
||||
<compilerflag>-Wmissing-prototypes</compilerflag>
|
||||
<define name="INFLIB_HOST" />
|
||||
<include base="ReactOS">include</include>
|
||||
<file>infcore.c</file>
|
||||
<file>infget.c</file>
|
||||
<file>infput.c</file>
|
||||
<file>infhostgen.c</file>
|
||||
<file>infhostget.c</file>
|
||||
<file>infhostput.c</file>
|
||||
</module>
|
||||
</group>
|
Loading…
Add table
Add a link
Reference in a new issue