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

📄 runtime.mak

📁 使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序
💻 MAK
字号:
# 
# Makefile for RUNTIME.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.

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

runtime.obj: runtime.c runtime.mak
   CL -AL -c runtime.c

⌨️ 快捷键说明

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