dotgnu-libs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-libs-commits] CVS: GMP-Sharp gmp.build,NONE,1.1


From: Marcus Urban <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: GMP-Sharp gmp.build,NONE,1.1
Date: Mon, 16 Dec 2002 02:48:00 -0500

Update of /cvsroot/dotgnu-libs/GMP-Sharp
In directory subversions:/tmp/cvs-serv552

Added Files:
        gmp.build 
Log Message:
Initial checkin


--- NEW FILE ---
<?xml version="1.0"?>
<project name="GMP-Sharp" default="libs">

        <target name="libs">
                <compile output="gmp.dll" target="library" optimize="true">
                        <sources>
                                <file name="gmp-z.cs"/>
                                <file name="gmp-q.cs"/>
                                <file name="gmp-f.cs"/>                         
                
                                <file name="formatter.cs"/>
                                <file name="Random.cs"/>                        
                        
                        </sources>
                </compile>
    </target>
        

        <target name="addsub" depends="libs">
                <compile output="addsub.exe" optimize="true">
                        <sources>
                                <file name="addsub.cs"/>
                        </sources>
                        <references>
                                <file name="gmp.dll"/>
                        </references>
                </compile>
        </target>
                
                
</project>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]