2
0
Эх сурвалжийг харах

* set the msdos staticlibext (.lib) and short suffix (d16) in fpcmake.ini

git-svn-id: branches/i8086@24100 -
nickysn 12 жил өмнө
parent
commit
f3690daf95

+ 7 - 0
utils/fpcm/fpcmake.ini

@@ -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