cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

remove redundant linkage against libpapki #15

Closed igagis closed 7 years ago

igagis commented 7 years ago

Currently there is a direct linkage to libpapki because of Cygwin environment. Need to fix packaging of all libs for cygwin, because dll's should go to /bin and .a and .dll.a should go to /lib in cygwin. Actually, this might be an improvement for prorab even.

See https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/win32.html for info.

igagis commented 7 years ago

prorab part done

igagis commented 7 years ago

done