]> granicus.if.org Git - gc/commit
Define GC_DLL if building only dynamic libraries.
authorIvan Maidanski <ivmai@mail.ru>
Thu, 22 Sep 2011 11:46:54 +0000 (15:46 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 22 Sep 2011 11:46:54 +0000 (15:46 +0400)
commit505b041e15e243e0f33540363ac40797e2bff4f4
treef0df6c3302e9b6d2e638e7c6cf55cd9adb930941
parenta2cf0d76c53a98f7b5bcfc917f59154c19137c24
Define GC_DLL if building only dynamic libraries.
Update README for Cygwin/MinGW.

* configure.ac (GC_DLL): New AC template; define if only the dynamic
libraries are being built.
* configure.ac (THREAD_LOCAL_ALLOC): Define for Win32 implicitly
if static libraries are being built (i.e. GC_DLL is not defined).
* doc/README.win32: Update "GNU Tools" section.
configure.ac
doc/README.win32