Pelles C forum

C language => Beginner questions => Topic started by: sofandr on April 23, 2019, 05:58:58 PM

Title: How can I create one library file from two file objects?
Post by: sofandr on April 23, 2019, 05:58:58 PM
How can I create one library file from two file objects?
1.obj
2.obj

all.lib

polib.exe ?
Title: Re: How can I create one library file from two file objects?
Post by: TimoVJL on April 23, 2019, 07:21:51 PM
Help tells it:
Quote
You can use POLIB to create a library. When you do, use the following syntax:

POLIB filespec /OUT:library
For example:
Code: [Select]
polib.exe *.obj -out:all.lib
Title: Re: How can I create one library file from two file objects?
Post by: sofandr on April 23, 2019, 10:21:21 PM
Thank you for help.  It turned out just.  :)
Title: Re: How can I create one library file from two file objects?
Post by: jj2007 on April 24, 2019, 08:38:42 AM
On a side note: I see "Posts: 1" under sofandr's reply. The forum software has a bug, hooray ;-)
Title: Re: How can I create one library file from two file objects?
Post by: frankie on April 24, 2019, 05:11:46 PM
On a side note: I see "Posts: 1" under sofandr's reply. The forum software has a bug, hooray ;-)
Yeah!
Seems that forum has 'Option base=0'  ;D