This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MSVC build


Hi,

I was sick of maintaining patches so I put the files on
http://code.google.com/p/libffi-msvc/

There is README.vc containing brief info on build.
Since majority of windows users don't usually need
GNU autotools the configure script I made uses awk
(any will do, and I even put one inside build/ from GNU Win32 project)

Only change from libffi sources is modified ffi.h.in to allow
compilation with older MSVC versions not having LLONG_MAX
so the merging would be trivial.

Makefile.vc creates both .dll and static library
(libffi-3.dll and libffi-3s.lib) unless configured differently.


TODO is a test suite



Comments?



Regards -- ^TM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]