Commit 30debebc55d87788f470c758422a544f38f76346

Authored by Perry Werneck
1 parent 00166944
Exists in master and in 1 other branch develop

Adding option to make zip file with the dll (required by windows

tester)
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -349,6 +349,10 @@ install-windows-lib: \
349 349 $(BINRLS)/$(SONAME) \
350 350 $(DESTDIR)$(bindir)/$(SONAME)
351 351  
  352 +zip: \
  353 + $(BINRLS)/$(SONAME)
  354 + @$(ZIP) -9 -j $(BASEDIR)/@PACKAGE_NAME@-@PACKAGE_VERSION@-@PACKAGE_RELEASE@-@host_cpu@.zip $(BINRLS)/$(SONAME)
  355 +
352 356 install-static: \
353 357 $(BINRLS)/static/$(LIBNAME).a
354 358  
... ...