|
From: <ze...@pe...> - 2002-07-12 13:47:36
|
>I know DECC has the optional parameter /NAMES=SHORTENED which I would like >to use on my CC command line. I was hoping the /gnu/bin/cc.exe would >understand this switch but it does not. -Wc indicates that the following switch should be passed through to the compiler. So you can say something like: -Wc/names=\(short\) Jeff |