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:
parent
f22f7434c7
commit
04fc8d24b4
@ -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
|
||||
|
Reference in New Issue
Block a user