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

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

[Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/System.Configuration


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/System.Configuration.Install .cvsignore, NONE, 1.1 Installer.txt, NONE, 1.1 Makefile.am, NONE, 1.1
Date: Fri, 08 Aug 2003 21:53:33 -0400

Update of 
/cvsroot/dotgnu-pnet/pnetlib/resources/en_US/System.Configuration.Install
In directory 
subversions:/tmp/cvs-serv5800/resources/en_US/System.Configuration.Install

Added Files:
        .cvsignore Installer.txt Makefile.am 
Log Message:


Add the string resources for "System.Configuration.Install".


--- NEW FILE ---
Makefile
Makefile.in
.deps
*.resources
tempres.txt

--- NEW FILE ---
#
# Installer.txt - Resources for System.Configuration.Install.
#
# Copyright (C) 2003  Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
Installer_NoInstallersFound=No installers were found in the specified assembly
Installer_CouldNotLoadAssembly=Could not load installer assembly: {0}
Installer_LogIsNull=Event log is null
Installer_SourceIsNull=Event source is null
Installer_NotAnEventLog=The specified component is not an event log
Installer_NoEventLogs=The platform does not support event logs
Installer_Exception=An exception occurred during the installation process
Installer_InvalidSavedState=The saved state object is null
Installer_HelpIsNull=Performance counter help is null
Installer_NameIsNull=Performance counter category name is null
Installer_NotAPerformanceCounter=The specified component is not a performance 
counter
Installer_BeginInstallTransaction=Begin install transaction
Installer_BeginInstall=Begin install
Installer_BeginRollback=Begin rollback
Installer_EndRollback=End rollback
Installer_RollbackPerformed=Rollback performed
Installer_BeginCommit=Begin commit
Installer_EndCommit=End commit
Installer_EndInstallTransaction=End install transaction
Installer_BeginUninstallTransaction=Begin uninstall transaction
Installer_EndUninstallTransaction=End uninstall transaction

--- NEW FILE ---
SUFFIXES = .txt .resources

RESOURCENAME = System.Configuration.Install.resources

RESOURCEFILES = Installer.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





reply via email to

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