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++ - building a library with DMC
I have the free command line version of Digital Mars C. I am assuming that the executable lib.exe is a library building tool. Unfortunately, I can't find any documentation for it. Let's say I want to build a library mylib.lib and add the object file foo.obj to it. Can someone show me the correct command line syntax for building the library and also the command line syntax for linking the library when the executable is compiled? Jan 19 2004
John Smith wrote:I have the free command line version of Digital Mars C. I am assuming that the executable lib.exe is a library building tool. Unfortunately, I can't find any documentation for it. Let's say I want to build a library mylib.lib and add the object file foo.obj to it. Can someone show me the correct command line syntax for building the library and also the command line syntax for linking the library when the executable is compiled? Jan 19 2004
|