skel.mif

来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 36 行

MIF
36
字号
#
# change the name of this file to match the name of your dip
#

# change the imp_objs macro to the list of files in your dip
imp_objs = &
        skelmisc.obj &
        skelld.obj &
        skelmod.obj &
        skeltype.obj &
        skelsym.obj &
        skelcue.obj

# Set imp_libs if there are any additional libraries to be included in
# the DIP. Delete if none.
imp_libs =

# change the name macro to the name of your dip
name = skel

#
# Set the extra_incs and extra_srcs to any other directories that include
# additional includes or source files. Delete the definitions if you don't
# have any.
#
extra_incs = -I"$(lib_misc_dir)/h"
extra_srcs = $(lib_misc_dir)/c

#
# Set extra_cflags if you have any additional C compiler flags that you
# want (macro defs most probably). Delete it if you don't have any.
#
extra_cflag = -DIM_A_MACRO

!include ../../imp.mif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?