📄 touch.mak
字号:
#
# Makefile for TOUCH.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.
touch.exe: touch.obj
link /NOE touch.obj setargv.obj, , NUL.MAP,mtoolsp, ,
bind touch.exe
exehdr /PMTYPE:VIO touch.exe
del touch.obj
touch.obj: touch.c
CL -AL -c touch.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -