diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:01:34 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:01:34 +0000 |
commit | 375e2fc01f7b7d4d2d5222e7e440f7338a888ad7 (patch) | |
tree | ff885dfbbeddd073e4315eecccdeec69295dd1ae | |
parent | 5428a236178e1c19f52028bbc56ec90cf3c8dbc7 (diff) |
INTEGRATION: CWS mergebuild (1.11.66); FILE MERGED
2004/06/16 13:34:47 ihi 1.11.66.1: #i8252# ISO Code / Removed programm output
-rw-r--r-- | tools/bootstrp/mkcreate.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index c4d0d1aaa9e3..0fcf7f6fac98 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mkcreate.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:03:02 $ + * last change: $Author: hjs $ $Date: 2004-06-25 15:01:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -627,8 +627,8 @@ SourceDirectory *SourceDirectory::CreateRootDirectory( ByteString sStandLst( aIniManager.ToLocal( sDefLst )); String s = String( sStandLst, gsl_getSystemTextEncoding()); InformationParser aParser; - fprintf( stderr, - "Reading database %s ...\n", sStandLst.GetBuffer()); +// fprintf( stderr, +// "Reading database %s ...\n", sStandLst.GetBuffer()); GenericInformationList *pVerList = aParser.Execute( s ); @@ -656,8 +656,8 @@ SourceDirectory *SourceDirectory::CreateRootDirectory( ByteString sVersion( rVersion ); Star aStar( pVerList, sVersion, TRUE, rRoot.GetBuffer()); - fprintf( stderr, - "Creating virtual directory tree ...\n" ); +// fprintf( stderr, +// "Creating virtual directory tree ...\n" ); SourceDirectory *pSourceRoot = new SourceDirectory( rRoot, OS_ALL ); @@ -801,9 +801,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) "#\n" "# $RCSfile: mkcreate.cxx,v $\n" "#\n" - "# $Revision: 1.11 $\n" + "# $Revision: 1.12 $\n" "#\n" - "# last change: $Author: hr $ $Date: 2003-03-27 17:03:02 $\n" + "# last change: $Author: hjs $ $Date: 2004-06-25 15:01:34 $\n" "#\n" "# The Contents of this file are made available subject to the terms of\n" "# either of the following licenses\n" |