From 62f0043c5a40dacae8a6e0a99bcb3e8bd0edeff4 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 7 Aug 2012 18:00:51 +0000 Subject: [PATCH] Em windows o debug é mais fácil se as DLLs forem geradas no mesmo diretório do executável --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f7ef9e1..75d7d28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,11 +76,11 @@ DEPENDS ?= *.h Makefile BINDBG ?= $(BINDIR)/Debug BINRLS ?= $(BINDIR)/Release -LIBDBG ?= $(BINDIR)/Debug/lib +LIBDBG ?= $(BINDIR)/Debug@DLLDIR@ OBJDBG = $(OBJDIR)/Debug OBJRLS = $(OBJDIR)/Release -LIBRLS = $(OBJDIR)/Release/lib +LIBRLS = $(OBJDIR)/Release@DLLDIR@ #---[ Rules ]------------------------------------------------------------------ -- libgit2 0.21.2