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/Npgsql Makefile.am,NONE,1.1 Np


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: ml-pnet/class/Npgsql Makefile.am,NONE,1.1 Npgsql.build,NONE,1.1
Date: Sun, 01 Jun 2003 14:59:14 -0400

Update of /cvsroot/dotgnu-pnet/ml-pnet/class/Npgsql
In directory subversions:/tmp/cvs-serv28680/class/Npgsql

Added Files:
        Makefile.am Npgsql.build 
Log Message:
Add Npgsql to the build


--- NEW FILE ---

.PHONY: Npgsql.dll

all-local: Npgsql.dll

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

CLEANFILES = Npgsql.dll

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

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

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

                        <sources basedir="${mono.sources}/class/Npgsql/">
                                <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="../Mono.Data.Tds/Mono.Data.Tds.dll"/>
                                <file 
name="../System.EnterpriseServices/System.EnterpriseServices.dll"/>
                        </references>

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

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





reply via email to

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