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 dmc version info from scripts
Hi, We use for building ACE/TAO perl scripts, one step in the build is gathering the version of os, perl, make, compiler, etc. I am searching for a simple commandline option of dmc that is usable for this. Just giving dmc gives this info, but expects user output. I can't find dmc --version or something like that. Is such an option available, and if not, can this be added? Regards, Johnny Sep 28 2004
Hi, I have found it myself, scppn.exe is the one to use, prints out the version info. Johnny "Johnny Willemsen" <jwillemsen remedy.nl> wrote in message news:cjbru0$2eq3$1 digitaldaemon.com...Hi, We use for building ACE/TAO perl scripts, one step in the build is gathering the version of os, perl, make, compiler, etc. I am searching for a simple commandline option of dmc that is usable for this. Just giving dmc gives this info, but expects user output. I can't find dmc --version or something like that. Is such an option available, and if not, can this be added? Regards, Johnny Sep 29 2004
|