📄 project.params
字号:
#######################################
# EiC project parameters
#
# After changing the contents of this file you must
# also setup the project top
# configuration via:
# % makeconfig config_dir proj_dir platform
INSTALL_DIR = $(HOME)/bin
INCLUDE_DIR = $(TOP_DIR)/include
LIB_DIR = $(TOP_DIR)/lib
PRJ_DEFINES =
STD_DEFINES = -D$(PLATFORM) $(PRJ_DEFINES)
ALLDEFINES = $(DEFINES) $(STD_DEFINES)
CFLAGS = $(STD_CFLAGS) $(WARNINGS) $(INCLUDES) $(ALLDEFINES)
DUMMY_STR = This file is a dummy target. Please don't remove.
DUMMY_TARGET = echo "$(DUMMY_STR)" > $@
ALL_LIBS = $(LIBS)
###########################################
# Platform and configuration stuff is added
# automatically below this point by
# the makeconfig program.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -