From 0b963a382d5302772cfc2c6dc6ad27a2110a005d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 25 Jan 2019 14:09:44 -0200 Subject: [PATCH] Fixing windows customized builds. --- src/pw3270/Makefile.in | 4 ++-- src/pw3270/common/Makefile.in | 4 ++-- src/pw3270/uiparser/Makefile.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index 700aaf8..2d1530e 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -64,7 +64,7 @@ BASEDIR=@BASEDIR@ SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/pw3270 POTDIR=$(BASEDIR)/.pot/$(PACKAGE_TARNAME) -OBJDIR=.obj +OBJDIR=$(BASEDIR)/.obj/application OBJDBG=$(OBJDIR)/Debug OBJRLS=$(OBJDIR)/Release @@ -112,7 +112,7 @@ APP_LDFLAGS=@APP_LDFLAGS@ #---[ Rules ]---------------------------------------------------------------------------- DEPENDS=\ - $(BASEDIR)/src/include/*.h \ + ../include/*.h \ *.h \ Makefile diff --git a/src/pw3270/common/Makefile.in b/src/pw3270/common/Makefile.in index 657122f..dd87ddf 100644 --- a/src/pw3270/common/Makefile.in +++ b/src/pw3270/common/Makefile.in @@ -45,7 +45,7 @@ BASEDIR=@BASEDIR@ SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/pw3270/$(MODULE_NAME) POTDIR=$(BASEDIR)/.pot/$(PACKAGE_TARNAME)/$(MODULE_NAME) -OBJDIR=.obj +OBJDIR=$(BASEDIR)/.obj/application/common OBJDBG=$(OBJDIR)/Debug OBJRLS=$(OBJDIR)/Release @@ -76,7 +76,7 @@ LIBS= \ #---[ Rules ]---------------------------------------------------------------------------- DEPENDS= \ - $(BASEDIR)/src/include/*.h + ../../include/*.h $(OBJDBG)/%.o: \ %.c \ diff --git a/src/pw3270/uiparser/Makefile.in b/src/pw3270/uiparser/Makefile.in index 262675e..57600e5 100644 --- a/src/pw3270/uiparser/Makefile.in +++ b/src/pw3270/uiparser/Makefile.in @@ -46,7 +46,7 @@ BASEDIR=@BASEDIR@ SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/pw3270/$(MODULE_NAME) POTDIR=$(BASEDIR)/.pot/$(PACKAGE_TARNAME)/$(MODULE_NAME) -OBJDIR=.obj +OBJDIR=$(BASEDIR)/.obj/application/uiparser OBJDBG=$(OBJDIR)/Debug OBJRLS=$(OBJDIR)/Release @@ -76,7 +76,7 @@ LIBS= \ #---[ Rules ]---------------------------------------------------------------------------- DEPENDS= \ - $(BASEDIR)/src/include/*.h + ../../include/*.h $(OBJDBG)/%.o: \ %.c \ -- libgit2 0.21.2