get the libraries right for mingw32/cygwin.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@97 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-06-22 18:11:45 +00:00
parent f22f7434c7
commit 04fc8d24b4
1 changed files with 1 additions and 1 deletions

View File

@ -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