uptime.mak

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· MAK 代码 · 共 19 行

MAK
19
字号
# 
# Makefile for UPTIME.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.

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

uptime.obj: uptime.c
   CL -AL -c uptime.c

⌨️ 快捷键说明

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