Subj : Re: Stripping lib files To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Thu Oct 16 2003 08:22 am You can try this. I used it long ago with 16 bit stuff. I don't remember trying it with 32 bit. Prior to the call to tlib to put the object files into a library run tdstrip.exe on each of the object files. That should remove the comment records, the debug info and dependency information. .. Ed > John Eskie wrote in message > news:3f8e621e$1@newsgroups.borland.com... > > I noticed that lib files created by tlib contain the names and > paths of the original source files. > Is there any way to remove this information? It doesn't > nessecarily have to be removed but just replaced with > garbage strings. .