#101918# supporting -X option now

This commit is contained in:
Daniel Boelzle
2002-07-31 11:46:45 +00:00
parent cbb31d5d90
commit 73d9da9960
10 changed files with 194 additions and 113 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: cppumaker.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: pl $ $Date: 2001-05-10 14:16:40 $
* last change: $Author: dbo $ $Date: 2002-07-31 12:46:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,7 +142,7 @@ int _cdecl main( int argc, char * argv[] )
RegistryTypeManager typeMgr;
TypeDependency typeDependencies;
if (!typeMgr.init(!options.isValid("-T"), options.getInputFiles()))
if (!typeMgr.init(options.getInputFiles(), options.getExtraInputFiles()))
{
fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramName().getStr());
exit(99);