~ubuntu-branches/ubuntu/dapper/ikvm/dapper

« back to all changes in this revision

Viewing changes to ikvmc/ikvmc.build

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2004-08-26 10:18:19 UTC
  • Revision ID: james.westby@ubuntu.com-20040826101819-plz8au2mx4uk1cvc
Tags: upstream-0.8.0.0
ImportĀ upstreamĀ versionĀ 0.8.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<project name="ikvmc" default="ikvmc">
 
3
    <target name="ikvmc">
 
4
        <csc target="exe" output="../bin/ikvmc.exe" define="TRACE">
 
5
            <sources>
 
6
                <includes name="*.cs" />
 
7
            </sources>
 
8
            <references>
 
9
                <includes name="../bin/IKVM.Runtime.dll" asis="true" />
 
10
                <includes name="../bin/ICSharpCode.SharpZipLib.dll" asis="true" />
 
11
            </references>
 
12
        </csc>
 
13
    </target>
 
14
</project>