INTEGRATION: CWS jl15 (1.8.2); FILE MERGED
2004/11/30 16:13:33 jl 1.8.2.1: #i35985 use CSC macro in makefiles rather then csc
This commit is contained in:
parent
c0da57fbb6
commit
a3a2008e7c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: climaker_app.cxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-02 09:17:50 $
|
||||
* last change: $Author: kz $ $Date: 2004-12-16 11:43:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -582,7 +582,7 @@ SAL_IMPLEMENT_MAIN()
|
|||
kp = new StrongNameKeyPair(fs);
|
||||
fs->Close();
|
||||
}
|
||||
catch (System::IO::FileNotFoundException * e)
|
||||
catch (System::IO::FileNotFoundException * )
|
||||
{
|
||||
throw Exception(OUSTR("Could not find the keyfile. Verify the --keyfile argument!"), 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue