export.mif

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

MIF
23
字号
#
# Exports DIP makefile
#

imp_objs = &
        expmisc.obj &
        expld.obj &
        expmod.obj &
        exptype.obj &
        expsym.obj &
        expcue.obj

name = export

# 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 = $(lib_misc_dir)/h
#extra_srcs = $(lib_misc_dir)/c
extra_cflags = -DDIP_PRIORITY=DP_EXPORTS

!include ../../imp.mif

⌨️ 快捷键说明

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