[M3devel] DLLs
Jay K
jay.krell at cornell.edu
Fri Feb 1 21:16:29 CET 2013
Dirk, From my memory, you have it backwards. .dlls are built by default for any "library".You can suppress .dll building with build_standalone(). It works like this, it is a bit unusual, but kind of nice: f or every "library", we build a static library and a .dll/.so "programs" default to linking to .dlls if present, else static libraries - Jay
From: dmuysers at hotmail.com
To: m3devel at elegosoft.com
Date: Fri, 1 Feb 2013 19:04:02 +0100
Subject: [M3devel] DLLs
Using the standard cm3 tools there is no official way to
build a library as a DLL.
Hence, out of curiosity, the following
question:
Since cm3/bin contains lots of library DLLs, how were they
built?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20130201/4165f0dd/attachment-0002.html>
More information about the M3devel
mailing list