[Chicken-users] libchicken-static.lib (MSVC) is not static, and one more
From:
Ivan Shcheklein
Subject:
[Chicken-users] libchicken-static.lib (MSVC) is not static, and one more question
Date:
Sat, 6 Dec 2008 04:36:38 +0300
Hi,
-- It seems that "libchicken-static.lib" is compiled with /MD[d] compiler option. Consequently it requires MSVCR**.DLL. I suppose, /MT[d] option should be used for "-static" version of the library.
-- Is it possible to compile "chicken-static.exe" version with current Makefile.msvc?