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/I18N .cvsignore, NONE, 1.


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

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

Modified Files:
        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: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/ca_ES/I18N/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:24 -0000      1.1
--- Makefile.am 30 Oct 2003 07:18:20 -0000      1.2
***************
*** 1,28 ****
  SUFFIXES = .txt .resources
  
! RESOURCENAME = I18N.resources
! 
! RESOURCEFILES = I18NRes.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
--- 1,22 ----
  SUFFIXES = .txt .resources
  
! RESOURCEBASE     = I18N
! RESOURCELANGUAGE = ca
! RESOURCEPARENT   = I18N
  
! RESOURCENAME = $(RESOURCEBASE).$(RESOURCELANGUAGE).resources
! RESOURCEDLL  = $(RESOURCEPARENT).resources.dll
  
! RESOURCEFILES = I18NRes.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]