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

📄 termw16m.mak

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

CC = cl /W3 /AM /GA /I..\common /I..\common16

.cpp.obj:
  $(CC) -c /W3 /AM /GA $<

termw16.exe : rs232.obj termw16.obj win16.obj
	echo >NUL @<<termw16.CRF
termw16 +
win16 +
rs232
termw16
termw16
oldnames libw commdlg shell olecli olesvr mlibcew
termw16.def;
<<
	link /NOLOGO /ONERROR:NOEXE /NOD /PACKC:61440 /ALIGN:16 @termw16.CRF
	$(RC) $(RESFLAGS) $@


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

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


# ********************** END OF TERMW16M.MAK **********************

⌨️ 快捷键说明

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