Makefile: fix VPATH builds for win32.

(cherry picked from commit 8c1cd7caac)
This commit is contained in:
Jehan
2014-09-14 18:28:26 +02:00
parent 0999cb3c8a
commit a24a6dd1fc
11 changed files with 23 additions and 21 deletions

View File

@ -13,11 +13,11 @@ endif
if OS_WIN32
gimpmath_def = gimpmath.def
libgimpmath_export_symbols = -export-symbols gimpmath.def
libgimpmath_export_symbols = -export-symbols $(srcdir)/gimpmath.def
install-libtool-import-lib:
$(INSTALL) .libs/libgimpmath-$(GIMP_API_VERSION).dll.a $(DESTDIR)$(libdir)
$(INSTALL) gimpmath.def $(DESTDIR)$(libdir)
$(INSTALL) $(srcdir)/gimpmath.def $(DESTDIR)$(libdir)
uninstall-libtool-import-lib:
-rm $(DESTDIR)$(libdir)/libgimpmath-$(GIMP_API_VERSION).dll.a