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

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

[Dotgnu-libs-commits] CVS: xsharp/Xsharp Xsharp.nant,NONE,1.1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: xsharp/Xsharp Xsharp.nant,NONE,1.1
Date: Thu, 26 Sep 2002 21:38:43 -0400

Update of /cvsroot/dotgnu-libs/xsharp/Xsharp
In directory subversions:/tmp/cvs-serv7765/Xsharp

Added Files:
        Xsharp.nant 
Log Message:


Add NAnt build files.  Thanks to Everaldo Canuto <address@hidden>.


--- NEW FILE ---
<?xml version="1.0"?>
<project name="Xsharp library" default="all">
        <target name="all">

                <!-- Build the Xsharp.dll library -->
                <mcs output="Xsharp.dll"
                         target="library"
                         unsafe="true"
                         optimize="true"
                         debug="true"
                         sanewarnings="true">

                        <!-- We add Xlib.cs to the list carefully because it may
                                 live in the build directory instead of the 
source -->
                        <sources>
                        <includes name="XWindows/*.cs"/>
                                <includes name="XWindows/Events/*.cs"/>
                                <includes name="XWindows/Types/*.cs"/>
                        </sources>

                        <resources>
                                <file 
name="../resources/${pnet.language}/Xsharp/Xsharp.resources"/>
                        </resources>

                </mcs>

        </target>
</project>





reply via email to

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