devernay / cminpack

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
http://devernay.free.fr/hacks/cminpack/
145 stars 63 forks source link

install dll to bin dir #2

Closed xantares closed 9 years ago

xantares commented 9 years ago

When building for windows with MinGW, the standard location for .dll is /bin, which is considered runtime. The import library .dll.a is part of the LIBRARY destination and is fine.

devernay commented 9 years ago

thanks!