Felipe Magno de Almeida
2010-08-02 17:39:43 UTC
Hi,
I'm writing a boost.build v2 Jamfile for building mico so that I integrate mico
better in my build system.
I'm hitting a problem that mico needs to run gendef to generate a .def file for
building mico as a DLL with msvc.
I would like to propose modifying mico and sending patches that allow building
mico as DLL with msvc using macros that define __declspec(dllexport/dllimport)
when appropriate. That should probably easier building mico as DLL and static
library in Windows with the current build system as well.
I would like to know if there's any interest in this patches for mico.
That would
easier maintenance for my Jamfile in the long run as well, since newer versions
wouldn't have to be patched manually.
Regards,
I'm writing a boost.build v2 Jamfile for building mico so that I integrate mico
better in my build system.
I'm hitting a problem that mico needs to run gendef to generate a .def file for
building mico as a DLL with msvc.
I would like to propose modifying mico and sending patches that allow building
mico as DLL with msvc using macros that define __declspec(dllexport/dllimport)
when appropriate. That should probably easier building mico as DLL and static
library in Windows with the current build system as well.
I would like to know if there's any interest in this patches for mico.
That would
easier maintenance for my Jamfile in the long run as well, since newer versions
wouldn't have to be patched manually.
Regards,
--
Felipe Magno de Almeida
Felipe Magno de Almeida