Removed the user-function dependency on libPMusr

It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
This commit is contained in:
Bastian M. Wojek
2011-04-13 08:18:14 +00:00
parent f471eb2efe
commit 1024f5a28f
11 changed files with 20 additions and 19 deletions

View File

@ -9,6 +9,7 @@ changes since 0.9.0
FIXED Makefiles so that the NeXus support will not be built if it has not been enabled during the configure stage
FIXED ASCII export from musrview in case of a Fourier-Power- or Fourier-Phase-difference plot
FIXED bug in asymmetry fit with fixed background
REMOVED the user-function dependency on libPMusr
musrfit 0.9.0 - changes since 0.8.0
===================================