Make sure to be able to compile in complete void-safe for 14.05 and still compile with 13.11
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-11-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-11-0 http://www.eiffel.com/developers/xml/configuration-1-11-0.xsd" name="libfcgi" uuid="3F4BCF74-3503-4533-9D74-5A65EC4CA3C4" library_target="libfcgi">
|
||||
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-12-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-12-0 http://www.eiffel.com/developers/xml/configuration-1-12-0.xsd" name="libfcgi" uuid="3F4BCF74-3503-4533-9D74-5A65EC4CA3C4" library_target="libfcgi">
|
||||
<target name="libfcgi">
|
||||
<root all_classes="true"/>
|
||||
<file_rule>
|
||||
@@ -46,16 +46,16 @@
|
||||
</file_rule>
|
||||
<file_rule>
|
||||
<exclude>/fake$</exclude>
|
||||
<exclude>/windows$</exclude>
|
||||
<exclude>/mac$</exclude>
|
||||
<exclude>/windows$</exclude>
|
||||
<condition>
|
||||
<platform value="unix"/>
|
||||
</condition>
|
||||
</file_rule>
|
||||
<file_rule>
|
||||
<exclude>/linux$</exclude>
|
||||
<exclude>/fake$</exclude>
|
||||
<exclude>/windows$</exclude>
|
||||
<exclude>/linux$</exclude>
|
||||
<condition>
|
||||
<platform value="macintosh"/>
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user