Link all libraries dynamically, when nvtt is linked dynamically.

This commit is contained in:
castano
2008-11-14 01:49:09 +00:00
parent dbfb36b812
commit 559bf61f4a
3 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,8 @@ NVIDIA Texture Tools version 2.0.5
* Fix error in single color compressor. Fixes issue 66.
* Detect mismatch between CUDA runtime and driver, and disable CUDA in that case.
* Fix cmake files when compiling NVTT as a shared library.
* When linking nvtt dynamically on unix, link all libraries dynamically.
* Merge fixes from trunk.
NVIDIA Texture Tools version 2.0.4
* Fix error in RGB format output; reported by jonsoh. See issue 49.