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

📄 makefile

📁 [随书类]Dos6.0源代码
💻
字号:
extcsw  =-Osleazrgi -Gs -Zl -Gr -AS -NT FX_TEXT
extasw  =/Cp /Dmodel=MEDIUM /Dtext=FX_TEXT

.asm.obj:
                ml /c /nologo $(awarn) $(extasw) $*.asm

all:    fastlynx.lib

clonesub.obj:   clonesub.asm            \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

crctab.obj:     crctab.asm              \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

init.obj:       init.asm                \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

listen.obj:     listen.asm              \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

loader.obj:     loader.asm              \
                model.inc               \
                makefile

parallel.obj:   parallel.asm            \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

querybio.obj:   querybio.asm            \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

saveport.obj:   saveport.asm            \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

sendrecv.obj:   sendrecv.asm            \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

serial.obj:     serial.asm              \
                fastlynx.inc            \
                macros.inc              \
                model.inc               \
                makefile

clone.obj:      clone.c                 \
                fastlynx.h              \
                makefile

fastlynx.lib:   parallel.obj            \
                clonesub.obj            \
                listen.obj              \
                init.obj                \
                crctab.obj              \
                querybio.obj            \
                sendrecv.obj            \
                saveport.obj            \
                serial.obj              \
                loader.obj              \
                clone.obj               \
                fastlynx.lrf
                del fastlynx.lib
                lib @fastlynx.lrf

⌨️ 快捷键说明

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