Changeset 4703

Show
Ignore:
Timestamp:
06/12/08 17:16:23 (6 months ago)
Author:
xmlhacker
Message:

some fixes to get things to build again properly

Files:

Legend:

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

    r4698 r4703  
    7777    </csc> 
    7878  </target> 
    79   <target name="Nuxleus" depends="init Xameleon Nuxleus.Agent Nuxleus.Messaging Nuxleus.Command Nuxleus.Entity Nuxleus.Service"> 
     79  <target name="Nuxleus" depends="init Xameleon Nuxleus.Agent Nuxleus.Messaging Nuxleus.Command Nuxleus.Entity Nuxleus.Service Nuxleus.Extension"> 
    8080    <csc target="exe" output="${build.dir}/Nuxleus.exe" keyfile="./Dependencies/Extf.Net.snk"> 
    8181      <arg if="${platform::is-unix()}" value="-langversion:linq"/> 
     
    9090        <include name="${build.dir}/Nuxleus.Messaging.dll"/> 
    9191        <include name="${build.dir}/Nuxleus.Service.dll"/> 
     92        <include name="${build.dir}/Nuxleus.Extension.dll"/> 
     93        <include name="${dependencies.dir}/Tamir.SharpSSH.dll"/> 
    9294        <include name="System.dll"/> 
    9395        <include name="System.Data.dll"/>