override.params

来自「guide and some example with visualC++」· PARAMS 代码 · 共 37 行

PARAMS
37
字号
#############################################
# This file is for over riding previous 
# parameter settings.  Any parameters
# assigned in this file will over ride
# the corresponding parameters in:
#
#    $(CONFIG_DIR)/$(PLATFORM)/make.params
#
# This is useful for adding memory debuggers
# etc; for example:
#
#            CC = checkergcc
#
# will over ride the previous assignment:
#
#	     CC = gcc
#
#############################################
#MAKE = make

#CC = cc
#STD_CFLAGS = -Xc -g 
#STD_CFLAGS = -ansi -pedantic -g -fsigned-char -Wall 
#INCLUDE_FLAGS =

#CC = gcc -DDMALLOCH 

#CC = /usr/local/gnu/bin/gcc

#CC = checkergcc






⌨️ 快捷键说明

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