diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-03-15 15:14:16 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-03-15 15:14:16 +0000 |
commit | e4be92bc8e005284dd18530dad1b249233487332 (patch) | |
tree | 14776c8a05ef506ce8d19d9dada5387de2a4bd03 /tools/bootstrp | |
parent | 9640458bc5bac4c5e82d16ab3f4fafbf68bd515f (diff) |
Support of solarlist particles
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/mkcreate.cxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index b07ffc69f5ed..751835cf54fe 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mkcreate.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nf $ $Date: 2001-03-01 17:44:49 $ + * last change: $Author: nf $ $Date: 2001-03-15 16:14:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -630,6 +630,7 @@ SourceDirectory *SourceDirectory::CreateRootDirectory( GenericInformationList *pVerList = aParser.Execute( String( sStandLst, gsl_getSystemTextEncoding())); +/* ByteString sPath( rVersion ); #ifndef UNX sPath += ByteString( "/settings/solarlist" ); @@ -649,8 +650,10 @@ SourceDirectory *SourceDirectory::CreateRootDirectory( sSolarList = aIniManager.ToLocal( sSolarList ); fprintf( stderr, "Reading directory information %s ...\n", sSolarList.GetBuffer()); +*/ - Star aStar( String( sSolarList, gsl_getSystemTextEncoding())); + ByteString sVersion( rVersion ); + Star aStar( pVerList, sVersion, TRUE, rRoot.GetBuffer()); fprintf( stderr, "Creating virtual directory tree ...\n" ); @@ -796,9 +799,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) "#\n" "# $RCSfile: mkcreate.cxx,v $\n" "#\n" - "# $Revision: 1.4 $\n" + "# $Revision: 1.5 $\n" "#\n" - "# last change: $Author: nf $ $Date: 2001-03-01 17:44:49 $\n" + "# last change: $Author: nf $ $Date: 2001-03-15 16:14:16 $\n" "#\n" "# The Contents of this file are made available subject to the terms of\n" "# either of the following licenses\n" |