piratical / Madeline_2.0_PDE

The Madeline 2.0 Pedigree Drawing Engine (PDE) is a pedigree drawing program designed to handle large and complex pedigrees with an emphasis on readability and aesthetics. The program was designed primarily for human pedigrees.
GNU General Public License v2.0
19 stars 18 forks source link

Fix build break on Cygwin. #41

Closed ito-k closed 7 years ago

ito-k commented 7 years ago

Required libraries are linked too early to provide functions for 3rdParty/unzip/unzip.c. It should be linked earlier than zlib.

(update) I have modified the commit to fix my address, sorry.