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++ - sc vs scppn
What difference between sc and scppn ? As I see, scppn only compiler (produce only *obj files), sc is linker+compiler. But when executing sc it prints version not the same as prints scppn. What should I use ? sc or scppn+rcc+link ? Apr 24 2003
"Michail V. Semijonovskich" <Michail_member pathlink.com> wrote in message news:b88tfk$1rre$1 digitaldaemon.com...What difference between sc and scppn ? As I see, scppn only compiler (produce only *obj files), sc is Apr 24 2003
In article <b89a04$24m6$2 digitaldaemon.com>, Walter says...All sc is is a driver program that runs scppn followed by the link. Use sc, as using scppn directly is not supported. Apr 24 2003
"Michail Semijonovskich" <Michail_member pathlink.com> wrote in message news:b8acbn$2qgj$1 digitaldaemon.com...But why while executing sc it prints v.8.29n ? Apr 24 2003
|