Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - -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
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 May 03 2005
|