📄 readme
字号:
-*- text -*-Due to various incompatibilities between various make programs for PCsystems as well as differing notions of what the path separator shouldbe, I have decided that the best and most maintainable approach is tocreate a master makefile that that consists of system/compiler/makesections from which the approriate makefile is constructed. Theeasiest way to do this is to run the master makefile through apreprocessor. To this end, I have created a master makefile forDOS/OS2 systems called makefile.all. This makefile is processed bythe DOS executable mkmake.exe to produce various makefiles. Forexample, mkmake BCC < makefile.all > makefile produces a makefile suitable for BCC, whereas mkmake OS2 EMX < makefile.all > makefile produces a makefile for OS2 assuming that EMX is the compiler.Use mkmake < makefile.all | more for more information. (Better yet, look at makefile.all; it is bestviewed with a folding editor).Note that the resulting makefile should be copied to the src directory.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -