wstring.mif

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

MIF
37
字号
#  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#  %       Copyright (C) 1992, by WATCOM Systems Inc. All rights     %
#  %       reserved. No part of this software may be reproduced      %
#  %       in any form or by any means - graphic, electronic or      %
#  %       mechanical, including photocopying, recording, taping     %
#  %       or information storage and retrieval systems - except     %
#  %       with the written permission of WATCOM Systems Inc.        %
#  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#
#  Date         By              Reason
#  ----         --              ------
#  19 Dec 93    Wes Nelson      initial implementation
#

name = wstring

sys_object =    wmain.obj winfo.obj wstr.obj whndl.obj &
                whints.obj wstat.obj &
                wedit.obj wtoolbar.obj wribbon.obj &
                wdel.obj wnewitem.obj wsvobj.obj wstr2rc.obj

extra_c_flags_wmain= -fh
extra_c_flags_winfo= -fh
extra_c_flags_wstr= -fh
extra_c_flags_whndl= -fh
extra_c_flags_whints= -fh
extra_c_flags_wstat= -fh
extra_c_flags_wedit= -fh
extra_c_flags_wtoolbar= -fh
extra_c_flags_wribbon= -fh
extra_c_flags_wdel= -fh
extra_c_flags_wnewitem= -fh
extra_c_flags_wsvobj= -fh
extra_c_flags_wstr2rc= -fh

!include ../../mif/master.mif

⌨️ 快捷键说明

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