makefile

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

TXT
29
字号
#
#   General makefile for creating wmake.  Place this file in an 'o' directory,
#   set the appropriate flags, and then wmake it.
#
#

# ndebug =                  # turn off assertions

# cachestat =               # turn on cache stats

# opts_cc =                 # options for all cc cmd lines

# def_cc =                  # add -dDEFINE flags to cc command line

# -dDEVELOPMENT             # extra code for debugging purposes
                            # (implies -dINTERNAL_VERSION )
# -dINTERNAL_VERSION        # Changes PRODUCT message to reflect internal

# _OS = _OS_DOS             # MSDOS version
# _OS = _OS_OS2             # OS2 version

# this is how to create the DOS side of the release version

_OS     = _OS_DOS
ndebug  =
opts_cc = -zq -oals -s -w4

!include ../mif/master.mif

⌨️ 快捷键说明

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