etp_nt.mif

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

MIF
16
字号
# etp_nt.mif
#
# Sets up stuff to build version with -etp switch for profiling using Optima
# technology.
#
# This file should be included before CPROJ.MIF

!ifdef profile_etp_$(proj_name)
profile_etp = 1
extra_c_flags_nt = -etp
!define $(proj_name)_nosymfile 1
profile_etp_libs_nt =  $(lang_root)\lib386\nt\clbrdllp,
profile_etp_libs_nt += $(lang_root)\lib386\nt\mthrdllp,
profile_etp_libs_nt += $(lang_root)\lib386\nt\plbrdllp
!endif

⌨️ 快捷键说明

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