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++ - Getting pre-processor output?
-e seems to just try and compile and build as normal, and no pre-processor output is evident to stdout, or to a file. How do I get the pre-processor output? Thanks Matthew Dec 12 2003
I haven't used it myself, but I just saw a posting about it today; I think the syntax is -e -l, or -el HTH Dec 12 2003
"Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brc5fr$1t6s$1 digitaldaemon.com...-e seems to just try and compile and build as normal, and no pre-processor output is evident to stdout, or to a file. How do I get the pre-processor output? Dec 12 2003
That does it. Thanks Matthew "Walter" <walter digitalmars.com> wrote in message news:brcqtl$2sm4$2 digitaldaemon.com..."Matthew Wilson" <matthew.hat stlsoft.dot.org> wrote in message news:brc5fr$1t6s$1 digitaldaemon.com...-e seems to just try and compile and build as normal, and no Dec 12 2003
|