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

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

[Dotgnu-libs-commits] CVS: dotgnu.rdf DotGNU.Rdf.build,NONE,1.1 build.s


From: adam ballai <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu.rdf DotGNU.Rdf.build,NONE,1.1 build.sh,NONE,1.1 ChangeLog,1.2,1.3
Date: Sat, 01 Feb 2003 20:17:55 -0500

Update of /cvsroot/dotgnu-libs/dotgnu.rdf
In directory subversions:/tmp/cvs-serv9717

Modified Files:
        ChangeLog 
Added Files:
        DotGNU.Rdf.build build.sh 
Log Message:


--- NEW FILE ---
<?xml version="1.0"?>
<project name="DotGNU.Rdf Namespace" default="all">
        <target name="all">

                <!-- Build the DotGNU.Rdf.Dll library -->
                <compile output="DotGNU.Rdf.dll"
                                target="library"
                                unsafe="true"
                                nostdlib="true"
                                optimize="true">

                        <sources>
                                <includes name="**/*.cs"/>
                        </sources>

                        <references>
                                <file name="System.dll"/>
                                <file name="System.Xml.dll"/>
                                <file name="mscorlib.dll"/>
                        </references>

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

--- NEW FILE ---
csant

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu.rdf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ChangeLog   2 Feb 2003 00:56:05 -0000       1.2
--- ChangeLog   2 Feb 2003 01:17:53 -0000       1.3
***************
*** 1,4 ****
  2003-02-01  Adam Ballai  <address@hidden>
!       
        * Makefile.am, auto_gen.sh, configure.in: 
        adding automake/conf tools.
--- 1,7 ----
  2003-02-01  Adam Ballai  <address@hidden>
! 
!       * DotGNU.Rdf.build, build.sh:
!       added new csant build config and removed latter
!       automake/conf tools.
        * Makefile.am, auto_gen.sh, configure.in: 
        adding automake/conf tools.





reply via email to

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