瀏覽代碼

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

git-svn-id: branches/i8086@24100 -
nickysn 12 年之前
父節點
當前提交
f3690daf95
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      utils/fpcm/fpcmake.ini

+ 7 - 0
utils/fpcm/fpcmake.ini

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