Thread overview
Rebuild All deletes lib file
Aug 04, 2001
TC
Aug 04, 2001
Walter
Aug 04, 2001
Jan Knepper
August 04, 2001
Hi,

I have created a project which uses a dll.  To get it to link,  I used IMPLIB to create a lib file which DM can use.

However, the lib file keeps getting deleted whenever I do a rebuild all.  Why is that?



TC
August 04, 2001
I don't know. Perhaps the lib is listed as a build target. -Walter

TC wrote in message <3b6b620c.5502897@news.digitalmars.com>...
>Hi,
>
>I have created a project which uses a dll.  To get it to link,  I used IMPLIB to create a lib file which DM can use.
>
>However, the lib file keeps getting deleted whenever I do a rebuild all.  Why is that?
>
>
>
>TC


August 04, 2001
The usual procedure is to create the .LIB on the command line with IMPLIB and just include it into the project as a .LIB file.

Jan



TC wrote:

> Hi,
>
> I have created a project which uses a dll.  To get it to link,  I used IMPLIB to create a lib file which DM can use.
>
> However, the lib file keeps getting deleted whenever I do a rebuild all.  Why is that?
>
> TC