Changeset 4740

Show
Ignore:
Timestamp:
07/21/08 21:25:58 (5 months ago)
Author:
xmlhacker
Message:

updated with patch such that structs qualify for usage of the ProtoContract? attribute

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/CodeSamples/Protobuf_Serialization_Comparison_Test/Protobuf_Serialization_Comparison_Test.build

    r4739 r4740  
    1414    <mkdir dir="${doc.dir}" failonerror="false"/> 
    1515  </target> 
    16   <target name="ProtoBuf" depends="init"> 
     16  <target name="patch"> 
     17    <if test="${platform::is-unix()}"> 
     18      <exec program="patch" commandline="-p0 -i ProtoContractAttribute.cs.patch "/> 
     19    </if> 
     20  </target> 
     21  <target name="ProtoBuf" depends="init patch"> 
    1722    <property name="nant.settings.currentframework" value="mono-2.0" /> 
    1823    <csc target="library" output="${build.dir}/${target::get-current-target()}.dll" debug="${not build.release}" optimize="${build.release}" doc="${doc.dir}/${target::get-current-target()}.xml">