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++ - supressing copyright info in LIB
Hi, I call LIB with following call lib /B /N /NOL /P:32 libfile.lib +-objfile.obj , ; But I still get output: Digital Mars Librarian Version 8.00n Copyright (C) Digital Mars 2000-2002 All Rights Reserved www.digitalmars.com Digital Mars Librarian complete. I know I use obsolete set of switches but what can I do to turn this off with new set of options ? I build variable frontends with various compilers with one make and this info mess output a lot (about 200 KB text just from dmc). Wlodzimierz Skiba May 13 2003
Echo the output to a junk file with the > command. "W這dzimierz Skiba" <abx abx.art.pl> wrote in message news:b9qlne$17tm$1 digitaldaemon.com...Hi, I call LIB with following call lib /B /N /NOL /P:32 libfile.lib +-objfile.obj , ; But I still get output: Digital Mars Librarian Version 8.00n Copyright (C) Digital Mars 2000-2002 All Rights Reserved www.digitalmars.com Digital Mars Librarian complete. I know I use obsolete set of switches but what can I do to turn this off with new set of options ? I build variable frontends with various May 13 2003
"Walter" <walter digitalmars.com> wrote in news:b9r73m$1otb$2 digitaldaemon.com:Echo the output to a junk file with the > command. May 13 2003
Ok, I'll see about it. "W這dzimierz Skiba" <abx abx.art.pl> wrote in message news:b9r87q$1pp0$1 digitaldaemon.com..."Walter" <walter digitalmars.com> wrote in news:b9r73m$1otb$2 digitaldaemon.com:Echo the output to a junk file with the > command. May 13 2003
|