lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
732 stars 65 forks source link

name of shared libraries #16

Closed vtorri closed 7 years ago

vtorri commented 7 years ago

if version is VMAJ.VMIN.VMIC : on Windows: libmodest-$(VMAJ).dll and libmodest.dll.a for import library on UNIX: libmodest-$(VMAJ).$(VMIN).$(VMIC).so and libmodest.a for static one

on Unix, there are also symbolic links to libmodest-$(VMAJ).$(VMIN).so and libmodest-$(VMAJ).so

lexborisov commented 7 years ago

Changes Thanks!