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

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

[Dotgnu-pnet-commits] pnetlib/resources/ca_ES/runtime .cvsignore, NONE,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/ca_ES/runtime .cvsignore, NONE, 1.1 Exception.txt, 1.1, 1.2 Makefile.am, 1.1, 1.2
Date: Thu, 30 Oct 2003 07:18:24 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/ca_ES/runtime
In directory subversions:/tmp/cvs-serv31824/resources/ca_ES/runtime

Modified Files:
        Exception.txt Makefile.am 
Added Files:
        .cvsignore 
Log Message:


Update the Catalan and German resources; use the "-l" option to resgen when
building Latin-1 resources.


Index: Exception.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/ca_ES/runtime/Exception.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Exception.txt       18 Oct 2003 20:25:25 -0000      1.1
--- Exception.txt       30 Oct 2003 07:18:21 -0000      1.2
***************
*** 43,47 ****
  Exception_BadImage=El formar del executable o la llibreria son incorrectes
  Exception_Filename=Nom del fitxer: {0}
! Exception_CannotUnloadAD=El intent de descarregar la AppDomain ha 
Exception_DivZero=S'ha intentat de dividir per 0
  Exception_DuplicateWait=Hi han objectes duplicats en el argument
  Exception_EntryPoint=El punt de entrada no s'ha trobat
--- 43,48 ----
  Exception_BadImage=El formar del executable o la llibreria son incorrectes
  Exception_Filename=Nom del fitxer: {0}
! Exception_CannotUnloadAD=El intent de descarregar la AppDomain ha
! Exception_DivZero=S'ha intentat de dividir per 0
  Exception_DuplicateWait=Hi han objectes duplicats en el argument
  Exception_EntryPoint=El punt de entrada no s'ha trobat

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/ca_ES/runtime/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 18 Oct 2003 20:25:25 -0000      1.1
--- Makefile.am 30 Oct 2003 07:18:21 -0000      1.2
***************
*** 1,5 ****
  SUFFIXES = .txt .resources
  
! RESOURCENAME = runtime.resources
  
  RESOURCEFILES = Arg.txt \
--- 1,10 ----
  SUFFIXES = .txt .resources
  
! RESOURCEBASE     = runtime
! RESOURCELANGUAGE = ca
! RESOURCEPARENT   = mscorlib
! 
! RESOURCENAME = $(RESOURCEBASE).$(RESOURCELANGUAGE).resources
! RESOURCEDLL  = $(RESOURCEPARENT).resources.dll
  
  RESOURCEFILES = Arg.txt \
***************
*** 10,41 ****
                                Exception.txt \
                                Format.txt \
                                IO.txt \
                                NotSupp.txt \
                                Overflow.txt \
                                Reflection.txt \
-                               Remoting.txt \
                                Security.txt \
                                Serialize.txt
  
! noinst_DATA = $(RESOURCENAME)
! 
! CLEANFILES = $(RESOURCENAME) tempres.txt
! 
! if PNET_RESGEN
! 
! # Portable.NET's resgen can convert multiple input files.
! 
! $(RESOURCENAME): $(RESOURCEFILES)
!       "$(RESGEN)" $(RESGEN_FLAGS) $(RESOURCEFILES) $(RESOURCENAME)
  
! else
  
! # Microsoft's resgen can only convert a single input file at a time,
! # so we combine everything into one file and then convert.
  
  $(RESOURCENAME): $(RESOURCEFILES)
!       cat $(RESOURCEFILES) >tempres.txt
!       "$(RESGEN)" $(RESGEN_FLAGS) tempres.txt $(RESOURCENAME)
!       rm -f tempres.txt
! 
! endif
--- 15,35 ----
                                Exception.txt \
                                Format.txt \
+                               Invalid.txt \
                                IO.txt \
                                NotSupp.txt \
                                Overflow.txt \
                                Reflection.txt \
                                Security.txt \
                                Serialize.txt
  
! resassembliesdir = $(libdir)/cscc/lib/$(RESOURCELANGUAGE)
! resassemblies_DATA = $(RESOURCEDLL)
  
! $(RESOURCEDLL): $(RESOURCENAME)
!       $(SHELL) "$(top_srcdir)/tools/link_res.sh" $(RESOURCEDLL) 
$(RESOURCENAME) $(RESOURCELANGUAGE)
  
! CLEANFILES = $(RESOURCENAME) $(RESOURCEBASE).resources $(RESOURCEDLL) 
tempres.txt
  
  $(RESOURCENAME): $(RESOURCEFILES)
!       "$(RESGEN)" $(RESGEN_FLAGS) $(RESGEN_LATIN1) \
!                       $(RESOURCEFILES) $(RESOURCENAME)

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
.deps
*.resources
*.dll
tempres.txt





reply via email to

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