⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 termw16b.mak

📁 CHAPT09TERMW16.CPP 16-Bit test program for the Win16Port class. CHAPT09TERMW16.DEF A file needed by
💻 MAK
字号:
# ********************** START OF TERMW16B.MAK **********************
#
# This is one of two make files for the Win16 test program.
# This version builds the project using Borland C++. Build
# the file with the following command:
#
#          Borland :             make -f termw16b.mak
#
# To build using Microsoft Visual C++, use termw16m.mak
#

CC = bcc -ml -WS -c /I..\common /I..\common16

termw16.exe : rs232.obj termw16.obj win16.obj
  tlink   @&&|
 /v -Twe -c -C -x +
c0wl.obj+
rs232.obj+
termw16.obj+
win16.obj
termw16
termw16
import.lib+
crtldll.lib
termw16.def
|

rs232.obj : ..\common\rs232.cpp
        $(CC) ..\common\rs232.cpp

win16.obj : ..\common16\win16.cpp
        $(CC) ..\common16\win16.cpp

# ********************** END OF TERMW16B.MAK **********************

⌨️ 快捷键说明

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