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

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

[Dotgnu-pnet-commits] CVS: pnet/samples README,NONE,1.1 .cvsignore,1.5,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/samples README,NONE,1.1 .cvsignore,1.5,1.6 Makefile.am,1.12,1.13 I18N-handlers.def,1.1,NONE I18N.CJK.dll,1.22,NONE I18N.MidEast.dll,1.22,NONE I18N.Other.dll,1.22,NONE I18N.Rare.dll,1.22,NONE I18N.West.dll,1.22,NONE I18N.dll,1.23,NONE README.mscorlib,1.2,NONE System.Xml.dll,1.20,NONE System.dll,1.24,NONE codepage.cs,1.2,NONE except.cs,1.2,NONE fib.cs,1.3,NONE getenv.cs,1.4,NONE httpsrv.cs,1.1,NONE mscorlib.dll,1.99,NONE pnetlib.here,1.1,NONE
Date: Sat, 07 Dec 2002 23:35:42 -0500

Update of /cvsroot/dotgnu-pnet/pnet/samples
In directory subversions:/tmp/cvs-serv10012/samples

Modified Files:
        .cvsignore Makefile.am 
Added Files:
        README 
Removed Files:
        I18N-handlers.def I18N.CJK.dll I18N.MidEast.dll I18N.Other.dll 
        I18N.Rare.dll I18N.West.dll I18N.dll README.mscorlib 
        System.Xml.dll System.dll codepage.cs except.cs fib.cs 
        getenv.cs httpsrv.cs mscorlib.dll pnetlib.here 
Log Message:


Remove the C# samples and pre-compiled assemblies from pnet.


--- NEW FILE ---

The C# samples and pre-compiled assemblies that used to be in this
directory have now been moved to the pnetlib distribution.  Only
the IL examples remain in this directory.

Index: .cvsignore
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/samples/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** .cvsignore  17 Apr 2002 02:07:05 -0000      1.5
--- .cvsignore  8 Dec 2002 04:35:37 -0000       1.6
***************
*** 2,9 ****
  Makefile.in
  .deps
! evenodd.exe
! hello.exe
! fib.exe
! getenv.exe
! except.exe
! codepage.exe
--- 2,4 ----
  Makefile.in
  .deps
! *.exe

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/samples/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Makefile.am 5 Jul 2002 00:07:08 -0000       1.12
--- Makefile.am 8 Dec 2002 04:35:37 -0000       1.13
***************
*** 1,12 ****
  ## Build the example programs.
  
! noinst_DATA = evenodd.exe hello.exe fib.exe getenv.exe except.exe \
!                         codepage.exe httpsrv.exe
! 
! CSCC  = ../cscc/cscc
! 
! ## the -L flag is necessary to resolve mscorlib
! CSFLAGS       = -L$(srcdir) -fplugin-cs-path=../cscc/cscc-cs \
!                 -filasm-path=../ilasm/ilasm
  
  evenodd.exe: evenodd.il
--- 1,5 ----
  ## Build the example programs.
  
! noinst_DATA = evenodd.exe hello.exe
  
  evenodd.exe: evenodd.il
***************
*** 16,48 ****
        ../ilasm/ilasm -o hello.exe $(srcdir)/hello.il
  
- fib.exe: fib.cs
-       $(CSCC) $(CSFLAGS) -o fib.exe $(srcdir)/fib.cs
- 
- getenv.exe: getenv.cs
-       $(CSCC) $(CSFLAGS) -o getenv.exe $(srcdir)/getenv.cs
- 
- except.exe: except.cs
-       $(CSCC) $(CSFLAGS) -g -o except.exe $(srcdir)/except.cs
- 
- httpsrv.exe: httpsrv.cs
-       $(CSCC) $(CSFLAGS) -lSystem -o httpsrv.exe $(srcdir)/httpsrv.cs
- 
- codepage.exe: codepage.cs
-       $(CSCC) $(CSFLAGS) -o codepage.exe $(srcdir)/codepage.cs
- 
  CLEANFILES = $(noinst_DATA)
- 
- ## Install the system assemblies in the correct directory.
- 
- pnetassembliesdir = $(libdir)/cscc/lib
- pnetassemblies_DATA = mscorlib.dll \
-                                         I18N.CJK.dll \
-                                         I18N.dll \
-                                         I18N.MidEast.dll \
-                                         I18N.Other.dll \
-                                         I18N.Rare.dll \
-                                         I18N.West.dll \
-                                         I18N-handlers.def \
-                                         System.dll \
-                                         System.Xml.dll \
-                                         pnetlib.here
--- 9,11 ----

--- I18N-handlers.def DELETED ---

--- I18N.CJK.dll DELETED ---

--- I18N.MidEast.dll DELETED ---

--- I18N.Other.dll DELETED ---

--- I18N.Rare.dll DELETED ---

--- I18N.West.dll DELETED ---

--- I18N.dll DELETED ---

--- README.mscorlib DELETED ---

--- System.Xml.dll DELETED ---

--- System.dll DELETED ---

--- codepage.cs DELETED ---

--- except.cs DELETED ---

--- fib.cs DELETED ---

--- getenv.cs DELETED ---

--- httpsrv.cs DELETED ---

--- mscorlib.dll DELETED ---

--- pnetlib.here DELETED ---




reply via email to

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