From 04fc8d24b4cf83f366fb9e97385c4fecb99a6064 Mon Sep 17 00:00:00 2001 From: vsc Date: Fri, 22 Jun 2001 18:11:45 +0000 Subject: [PATCH] get the libraries right for mingw32/cygwin. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@97 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 92cf7784c..b9363ba1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -518,7 +518,7 @@ dist: # DLLTOOL=dlltool DLLNAME=yap.dll -DLL_LIBS=-L /usr/lib/mingw -lmoldname -lkernel32 $(LIBS) +DLL_LIBS=-L /usr/lib/mingw -lmsvcrt -lmingw32 -lkernel32 $(LIBS) BASE_FILE=yap.base EXP_FILE=yap.exp DEF_FILE=$(srcdir)/misc/yap.def