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

📄 scan.mak

📁 At can be given its arguments in a file. You can comment out lines by preceding them with either #
💻 MAK
字号:
# 
# Makefile for SCAN.EXE
#
# Compiler        : Microsoft C 6.0
# Created         : 3.8.1992
# Copyright (c)   : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
#   and is therefore renamed llibce.lib.

scan.exe: scan.obj scan.def scandos.exe
   link /STACK:22000 scan.obj, , NUL.MAP,llibce mtoolsp, scan.def
   exehdr /PMTYPE:VIO scan.exe
   del scan.obj scandos.obj scandos.exe

scandos.exe: scandos.obj
   link /NOD /STACK:22000  scandos.obj, scandos, NUL.MAP, llibcer mtoolsr, ,

scandos.obj: ff.c
   CL -AL -c /Lr /D SCAN /Foscandos.obj ff.c

scan.obj: ff.c
   CL -AL -c /Lp /U MSDOS /D SCAN /Foscan.obj ff.c

⌨️ 快捷键说明

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