|
@@ -1094,6 +1094,13 @@ SHORTSUFFIX=android
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# MS-DOS
|
|
|
|
+ifeq ($(OS_TARGET),msdos)
|
|
|
|
+STATICLIBEXT=.lib
|
|
|
|
+SHORTSUFFIX=d16
|
|
|
|
+endif
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
# For 8.3 limited OS's the short suffixes
|
|
# For 8.3 limited OS's the short suffixes
|
|
# Otherwise use the full source/target names
|
|
# Otherwise use the full source/target names
|