wipefile.mak

来自「At can be given its arguments in a file.」· MAK 代码 · 共 20 行

MAK
20
字号
# 
# Makefile for WIPEFILE.EXE
#
# Compiler        : Microsoft C 6.0
# Created         : 4.8.1992
# Copyright (c)   : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
#   and is therefore renamed llibce.lib.

wipefile.exe: wipefile.obj 
   link  wipefile.obj, , NUL.MAP,mtoolsp, ,
   bind wipefile.exe
   exehdr /PMTYPE:VIO wipefile.exe
   del wipefile.obj 

wipefile.obj: wipefile.c
   CL -AL -c wipefile.c

⌨️ 快捷键说明

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