At can be given its arguments in a file. You can comment out lines by preceding them with either #

源代码在线查看: border.mak

软件大小: 982 K
上传用户: feigo156
关键词: can arguments preceding comment
下载地址: 免注册下载 普通下载 VIP

相关代码

				# 
				# Makefile for BORDER.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.
				
				border.exe: border.obj 
				   link /NOE border.obj, , NUL.MAP,mtoolsp, ,
				   bind border.exe
				   exehdr /PMTYPE:VIO border.exe
				   del border.obj 
				
				border.obj: border.c
				   CL -AL -c border.c
				
							

相关资源