mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 04:49:27 +02:00
added cwstrings
git-svn-id: trunk@7228 -
This commit is contained in:
parent
c7532e8071
commit
e527ec4264
@ -30,7 +30,10 @@ unit Translations;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, GetText, FileUtil, LazarusIDEStrConsts;
|
||||
Classes, SysUtils, LCLProc, GetText, FileUtil, LazarusIDEStrConsts
|
||||
{$IFDEF UseUTF8Translations}
|
||||
,cwstring
|
||||
{$ENDIF};
|
||||
|
||||
{ IDE Language (Human, not computer) }
|
||||
|
||||
|
@ -21,14 +21,15 @@
|
||||
Author: Vincent Snijders
|
||||
|
||||
Name:
|
||||
cvsexportlocal - creates a directory structure like 'cvs export' does.
|
||||
cvsexportlocal - creates a directory structure like 'cvs export'
|
||||
or 'svn export' does.
|
||||
|
||||
Synopsis:
|
||||
cvsexportlocal sourcedirectory destinationdirectory
|
||||
|
||||
Description:
|
||||
cvsexportlocal assumes source directory is a local copy of a cvs
|
||||
directory. It looks in the CVS subdirectory to see, what files and
|
||||
cvsexportlocal assumes source directory is a local copy of a cvs (svn)
|
||||
directory. It looks in the CVS () subdirectory to see, what files and
|
||||
directories are part of CVS and copies them recursively to the
|
||||
destination directory.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user