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

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

[Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1421, 1.1422 configure.in, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1421, 1.1422 configure.in, 1.102, 1.103
Date: Thu, 30 Oct 2003 07:18:22 +0000

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

Modified Files:
        ChangeLog configure.in 
Log Message:


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


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** configure.in        18 Oct 2003 20:25:23 -0000      1.102
--- configure.in        30 Oct 2003 07:18:20 -0000      1.103
***************
*** 13,16 ****
--- 13,17 ----
  AC_SUBST(RESGEN)
  AC_SUBST(RESGEN_FLAGS)
+ AC_SUBST(RESGEN_LATIN1)
  AC_SUBST(ILRUN)
  AC_SUBST(ILFIND)
***************
*** 198,205 ****
  RESGEN_ERROR=`"$RESGEN" -v.txt 2>&1`
  case "$RESGEN_ERROR" in
!   RESGEN*) RESGEN_FLAGS="-tR" ;;
!         *) RESGEN_FLAGS="" ;;
  esac
! AM_CONDITIONAL(PNET_RESGEN, test "$RESGEN_FLAGS" != "")
  
  dnl Find the Portable.NET runtime engine.
--- 199,208 ----
  RESGEN_ERROR=`"$RESGEN" -v.txt 2>&1`
  case "$RESGEN_ERROR" in
!   RESGEN*) RESGEN_FLAGS="-tR"
!                  RESGEN_LATIN1="-l" ;;
!         *) RESGEN_FLAGS="/compile"
!                  RESGEN_LATIN1="" ;;
  esac
! AM_CONDITIONAL(PNET_RESGEN, test "$RESGEN_LATIN1" != "")
  
  dnl Find the Portable.NET runtime engine.
***************
*** 376,383 ****
  resources/en_US/Basic/Makefile
  resources/de_DE/Makefile
! resources/de_DE/runtime/Makefile
  resources/de_DE/I18N/Makefile
  resources/de_DE/System/Makefile
  resources/de_DE/System.Xml/Makefile
  resources/ca_ES/Makefile
  resources/ca_ES/Basic/Makefile 
--- 379,392 ----
  resources/en_US/Basic/Makefile
  resources/de_DE/Makefile
! resources/de_DE/Basic/Makefile 
  resources/de_DE/I18N/Makefile
  resources/de_DE/System/Makefile
+ resources/de_DE/System.Configuration.Install/Makefile
+ resources/de_DE/System.Drawing/Makefile
+ resources/de_DE/System.Windows.Forms/Makefile
  resources/de_DE/System.Xml/Makefile
+ resources/de_DE/System.Net.IrDA/Makefile
+ resources/de_DE/Xsharp/Makefile
+ resources/de_DE/runtime/Makefile
  resources/ca_ES/Makefile
  resources/ca_ES/Basic/Makefile 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1421
retrieving revision 1.1422
diff -C2 -d -r1.1421 -r1.1422
*** ChangeLog   29 Oct 2003 21:09:30 -0000      1.1421
--- ChangeLog   30 Oct 2003 07:18:20 -0000      1.1422
***************
*** 9,12 ****
--- 9,16 ----
        in several places (pancake <address@hidden>).
  
+       * configure.in, resources/ca_ES/*, resources/de_DE/*: update the
+       Catalan and German resources; use the "-l" option to resgen when
+       building Latin-1 resources.
+ 
  2003-10-18  Adam Ballai  <address@hidden>
  





reply via email to

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