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

源代码在线查看: color.mak

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

相关代码

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

相关资源