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

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

[Dotgnu-pnet-commits] CVS: ml-pnet/class/ByteFX.Data ByteFX.Data.build,


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: ml-pnet/class/ByteFX.Data ByteFX.Data.build,NONE,1.1 Makefile.am,NONE,1.1
Date: Sat, 31 May 2003 08:30:35 -0400

Update of /cvsroot/dotgnu-pnet/ml-pnet/class/ByteFX.Data
In directory subversions:/tmp/cvs-serv19811/class/ByteFX.Data

Added Files:
        ByteFX.Data.build Makefile.am 
Log Message:
Add ByteFX.Data to the ml-pnet build


--- NEW FILE ---
<?xml version="1.0"?>

<project name="ByteFX.Data" default="all">
        <target name="all">
                <compile target="library"
                                 output="ByteFX.Data.dll"
                                 debug="${debug.flag}"
                                 unsafe="true">

                        <sources basedir="${mono.sources}/class/ByteFX.Data/">
                                <includes name="**/*.cs"/> 
                                <excludes name="Test/**"/>
                        </sources>

                        <references>
                                <file name="System.dll"/>
                                <file name="System.Xml.dll"/>
                                <file name="../System.Data/System.Data.dll"/>
                                <file 
name="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.dll"/>
                        </references>

                        <arg compiler="cscc" value="-fminimize-parameters"/>
                        <arg compiler="cscc" value="-fno-generics"/>

                </compile>
        </target>
</project>

--- NEW FILE ---

.PHONY: ByteFX.Data.dll

all-local: ByteFX.Data.dll

ByteFX.Data.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
                        -f ByteFX.Data.build all

CLEANFILES = ByteFX.Data.dll

pnetassembliesdir = $(libdir)/cscc/lib
pnetassemblies_DATA = ByteFX.Data.dll





reply via email to

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