Thread overview
-o quibble.
May 03, 2005
Anuj Goyal
May 03, 2005
Matthew
May 03, 2005
Anuj Goyal
May 03, 2005
wow, I am impressed w/ "big file" replies!

ok here is another minor quibble.

D:\jamtest_dmc2>dir
05/02/2005  11:42 PM               130 a.c
05/02/2005  11:43 PM    <DIR>          bin.nt

# this builds into the current directory
D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -o bin.nt\a.obj

# this builds into the proper directory
D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -obin.nt\a.obj

First line is easier to read.
Would changing this affect usage of the query optimizer flag ?


May 03, 2005
Yes

"Anuj Goyal" <Anuj_member@pathlink.com> wrote in message news:d577mo$1523$1@digitaldaemon.com...
> wow, I am impressed w/ "big file" replies!
>
> ok here is another minor quibble.
>
> D:\jamtest_dmc2>dir
> 05/02/2005  11:42 PM               130 a.c
> 05/02/2005  11:43 PM    <DIR>          bin.nt
>
> # this builds into the current directory
> D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -o bin.nt\a.obj
>
> # this builds into the proper directory
> D:\jamtest_dmc2>H:\dm\bin\dmc.exe -c -I. -IH:\dm\include a.c -obin.nt\a.obj
>
> First line is easier to read.
> Would changing this affect usage of the query optimizer flag ?
>
> 


May 03, 2005
I will just change my Makefile then.

thanks!

>Yes

>> Would changing this affect usage of the query optimizer flag ?