timer.mak
来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· MAK 代码 · 共 28 行
MAK
28 行
#
# Makefile for TIMER.EXE
#
# Compiler : Microsoft C 6.0
# Created : 19.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
# and is therefore renamed llibce.lib.
timer.exe: timer.obj queue.obj timer.def timerdos.exe
link timer.obj queue.obj, , NUL.MAP,llibce mtoolsp, timer.def
exehdr /PMTYPE:VIO timer.exe
del timer.obj timerdos.obj timerdos.exe
timerdos.exe: timerdos.obj
link /NOD timerdos.obj, timerdos, NUL.MAP, llibcer mtoolsr, ,
timerdos.obj: timerdos.c
CL -AL -c /Lr timerdos.c
timer.obj: timer.c
CL -AL -c /Lp timer.c
queue.obj: queue.c
CL -AL -c /Lp queue.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?