From cd5453b7ab9772571a5eecbad14004623748c278 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 3 Nov 2015 09:33:30 -0200 Subject: [PATCH] Pequenos ajustes para compilar em win32. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 179c720..e3105ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -188,10 +188,10 @@ $(BINDIR)/Release/@DLLPREFIX@jni3270@DLLEXT@: src/java/* python: $(BINDIR)/Release/py3270@DLLEXT@ -$(BINDIR)/Release/py3270.so: src/python/* +$(BINDIR)/Release/py3270@DLLEXT@: src/python/* @$(MAKE) -C src/python Release @$(MKDIR) `dirname $@` - @cp src/python/.bin/Release/py3270.so $@ + @cp src/python/.bin/Release/py3270@DLLEXT@ $@ rexx: $(BINDIR)/Debug/plugins/rx3270@DLLEXT@ -- libgit2 0.21.2