Thread overview | |||||
---|---|---|---|---|---|
|
May 03, 2005 -o quibble. | ||||
---|---|---|---|---|
| ||||
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 Re: -o quibble. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Anuj Goyal | 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 ? > > |
Copyright © 1999-2021 by the D Language Foundation