A few changes to the previous commit. Basic features should work now everywhere (MUD only 32bit)

This commit is contained in:
Bastian M. Wojek
2010-01-10 22:20:10 +00:00
parent ed7a15f025
commit 74fd4d8538
6 changed files with 10 additions and 6 deletions

View File

@ -50,7 +50,7 @@ endif
if IS_CYGWIN
install-exec-hook:
$(LN_S) $(libdir)/libCalcMeanFieldsLEM.dll.a $(libdir)/libCalcMeanFieldsLEM.so
$(LN_S) $(bindir)/cygCalcMeanFieldsLEM-$(PLUGIN_MAJOR_VERSION)-$(PLUGIN_MINOR_VERSION)-$(PLUGIN_MAJOR_VERSION).dll $(libdir)/libCalcMeanFieldsLEM.so
uninstall-hook:
rm -f $(libdir)/libCalcMeanFieldsLEM.so
endif