Creating libirrlicht.a

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Creating libirrlicht.a

Post by lincsimp »

Hi

How can I create the small (3-4k) libirrlicht.a found in \lib\Win32-gcc myself?

I've searched the forum, but could find nothing...


Cheers
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Post by lincsimp »

can anyone help?
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

ok here are the steps

unzip the irrlicht source code

look for the devcpp project file

compile the dll

and u get the lib.a and the .dll file in the same folder
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Post by lincsimp »

thanks!
Guest

Post by Guest »

Quick question, why would you want to? (I don't understand what it does anyway so I'm trying to figure out why you would want to recompile somethign that is already there)
Post Reply