Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explain libtool that we __declspec(dllexport) all our public symbols so that it accep...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Aug 2006 16:47:20 +0000 (16:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Aug 2006 16:47:20 +0000 (16:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2767 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index 08611ed..3e1c24b 100644 (file)
@@ -16,6 +16,7 @@ AC_LANG([C])
 AM_INIT_AUTOMAKE(gnu)
 AC_CONFIG_MACRO_DIR(acmacro) 
 ACLOCAL="$ACLOCAL -I acmacro"
 AM_INIT_AUTOMAKE(gnu)
 AC_CONFIG_MACRO_DIR(acmacro) 
 ACLOCAL="$ACLOCAL -I acmacro"
+AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
 ###############
 AC_PROG_LIBTOOL
 
 ###############