From: "Tarad" Subject: How to make a library? Newsgroups: comp.os.msdos.djgpp Message-ID: <01bdda8a$b15f5980$106df482@s-64584> Lines: 5 NNTP-Posting-Host: 130.244.109.16 NNTP-Posting-Date: Mon, 07 Sep 1998 20:10:40 MET DST Organization: A Customer of Tele2 Date: Mon, 07 Sep 1998 18:10:40 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How to make a library so I can use it in my game. I have some graphic files in asm (made with nasm but can be used with DJGPP) and some C++ files. How to make a library out of them and how to use it later.