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

📄 readme

📁 一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件
💻
字号:
-*- 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 + -