makelib.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 25 行
MIF
25 行
#
# This is the common makefile for each library.
#
#
# The following macros must be defined:
#
# posix_dir The root of the posix project (no trailing \)
#
make_lib = 1
!include $(posix_dir)/mif/targos.mif
!include $(posix_dir)/mif/common.mif
!include $(posix_dir)/mif/lib.mif
#
# define the main target
#
posix.lib : $(libobjs) $(__MAKEFILES__)
@%create posix.lbc
@for %i in ($(libobjs)) do @%append posix.lbc +%i
$(librarian) $(libflags) posix.lib @posix.lbc
!include $(posix_dir)/mif/clean.mif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?