make.cmd
来自「项目描述: slsnif is a serial port logging ut」· CMD 代码 · 共 29 行
CMD
29 行
@echo OS/2 Command file: makes the Simple Sockets Library from a
@echo OS/2S console
@echo Trying Watcomm C++ 11.0a or better
@echo ------------------------------------
@echo Authors: Charles E. Campbell, Jr.
@echo Terry McRoberts
@echo mod for OS/2 Steve Richards
@echo ---------------------------------------------------------------
@echo Compiling Simple Sockets Library
@del *.lib >NUL
wmake
rem Compile and link SSL utilities and PortMaster (Spm)
@echo Compiling and linking SSL utilities
cd EXE
@del exe\*.exe
wmake -f MAKEFILE.os2
cd ..
@echo ---------------------------------------------------------------
@echo Utilities and the PortMaster (Spm) are in COSMIC\*.exe
@echo The Simple Sockets library is in COSMIC\smplskts.lib
@echo Try out the examples, too!
@echo ..........................
@echo Best of luck,
@echo Charles E. Campbell
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?