Mikey212 / lib3ds

Automatically exported from code.google.com/p/lib3ds
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Static lib lib3ds.a how to make it #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I compile lib3ds.sln project without lib3ds.rc and output from tis project is : 
lib3ds-1_3d.dll, lib3ds-1_3d.lib, lib3ds-1_3d.ilk, lib3ds-1_3d.exp, 
lib3ds-1_3d.pdb
But I want lib3ds-1_3d.a how can do it?
Thanks

Original issue reported on code.google.com by dusan.pl...@gmail.com on 30 Sep 2010 at 1:24

GoogleCodeExporter commented 8 years ago
<MinGW folder>/bin/reimp --only-def lib3ds-1_3d.lib
<MinGW folder>/bin/dlltool --input-def lib3ds-1_3d.def --verbose --kill-at 
--output-lib lib3ds-1_3d.a

or make with MinGW or Cygwin.

Original comment by cpp4e...@gmail.com on 29 Sep 2011 at 9:40