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

📄 popup.mak

📁 At can be given its arguments in a file. You can comment out lines by preceding them with either #
💻 MAK
字号:
# 
# Makefile for POPUP.EXE
#
# Compiler        : Microsoft C 6.0
# Created         : 13.8.1992
# Copyright (c)   : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
#   and is therefore renamed llibce.lib.

popup.exe: popup.obj  list.obj
   link popup.obj list.obj, popup.exe, NUL.MAP,llibce mtoolsp, ,
   exehdr /PMTYPE:VIO popup.exe
   del popup.obj list.obj

popup.obj: popup.c
   CL -AL -c  popup.c

list.obj: list.c
   CL -AL -c  list.c

⌨️ 快捷键说明

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