Re: Static library for windows

2019-03-16 Thread Marius Gerbershagen
Hi Jón, I was wonder if I could easily build a static version of ECL on windows to link into other C++ projects without having to ship the ECL.dll with it. There is a "ecl-static.lib" recipe in the Makefile in the ./msvc folder which I can build after having built "all", but when linking that

Static library for windows

2019-03-16 Thread Jón Hallur Haraldsson
Hi, I was wonder if I could easily build a static version of ECL on windows to link into other C++ projects without having to ship the ECL.dll with it. There is a "ecl-static.lib" recipe in the Makefile in the ./msvc folder which I can build after having built "all", but when linking that into an