?? executable.gcc.pre.rules
字號:
# file : BuildRules/Executable.gcc.pre.rules# author : Boris Kolpackov <boris@kolpackov.net># 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 := -WallCXX_LINK_FLAGS :=CXX_LINK_LIBS :=MODULE_PREFIX :=MODULE_SUFFIX :=# $Id: Executable.gcc.pre.rules 66067 2005-05-24 04:33:13Z turkaye $
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -