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

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

[Dotgnu-pnet-commits] ml-pnet/class/System.Data.SqlXml .cvsignore, NONE,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] ml-pnet/class/System.Data.SqlXml .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 System.Data.SqlXml.build, NONE, 1.1
Date: Thu, 27 Nov 2003 08:02:11 +0000

Update of /cvsroot/dotgnu-pnet/ml-pnet/class/System.Data.SqlXml
In directory subversions:/tmp/cvs-serv32020/class/System.Data.SqlXml

Added Files:
        .cvsignore Makefile.am System.Data.SqlXml.build 
Log Message:


Add build scripts for "Mono.Cairo", "System.Data.SqlXml", and
"System.Data.ObjectSpaces".


--- NEW FILE: System.Data.SqlXml.build ---
<?xml version="1.0"?>

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

                        <define name="NET_1_2" value="true"/>

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

                        <references>
                                <file name="../System.Data/System.Data.dll"/>
                                <file 
name="../Mono.Data.Tds/Mono.Data.Tds.dll"/>
                                <file name="System.Xml.dll"/>
                        </references>

                        <arg compiler="cscc" 
value="-fassembly-version=${FRAMEWORK_VERSION}"/>
                        <arg compiler="cscc" value="-fassembly-key=ms"/>
                        <arg compiler="cscc" value="-Wno-empty-input"/>
                        <arg compiler="cscc" value="-flatin1-charset"/>

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

--- NEW FILE: Makefile.am ---

.PHONY: System.Data.SqlXml.dll

all-local: System.Data.SqlXml.dll

System.Data.SqlXml.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
                        -b "$(srcdir)" -B . -f System.Data.SqlXml.build all

CLEANFILES = System.Data.SqlXml.dll

install-data-local:
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
        "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
                        -Dmono.sources="$(MONO_SOURCE_PATH)" \
                        -f "$(srcdir)/System.Data.SqlXml.build" -i all

uninstall-local:
        @$(NORMALL_UNINSTALL)
        "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
                        -Dmono.sources="$(MONO_SOURCE_PATH)" \
                        -f "$(srcdir)/System.Data.SqlXml.build" -u all

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
.deps
*.dll





reply via email to

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