Shared libraries are not supported on MS-DOS.

This commit is contained in:
Eli Zaretskii 2000-03-15 11:25:30 +00:00
parent afbae4e340
commit 511fec4d92

View file

@ -305,6 +305,12 @@ dgux*)
SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
;;
msdosdjgpp*)
SHOBJ_STATUS=unsupported
SHLIB_STATUS=unsupported
;;
#
# Rely on correct gcc configuration for everything else
#