ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识

源代码在线查看: executable.gcc.pre.rules

软件大小: 11862 K
上传用户: newyearday
关键词: ace 开发环境 网络 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				# file      : BuildRules/Executable.gcc.pre.rules				# author    : Boris Kolpackov 				# copyright : Copyright (c) 2002-2003 Boris Kolpackov				# license   : http://kolpackov.net/license.html								# Forces make to delete targets whos rebuild commands failed but				# updated the target.				.DELETE_ON_ERROR:								# Empties the suffix list for which old-fassion implicit rules would				# be used. The net effect is that all predefined implicit rules are				# disabled now.				.SUFFIXES:								CXX                  ?= g++								CXX_PREPROCESS_FLAGS :=				CXX_COMPILE_FLAGS    := -Wall				CXX_LINK_FLAGS       :=				CXX_LINK_LIBS        :=												MODULE_PREFIX        :=				MODULE_SUFFIX        :=								# $Id: Executable.gcc.pre.rules 66067 2005-05-24 04:33:13Z turkaye $							

相关资源