project.params

来自「微软的基于HMM的人脸识别原代码, 非常经典的说」· PARAMS 代码 · 共 27 行

PARAMS
27
字号
#######################################
# 	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 + =
减小字号Ctrl + -
显示快捷键?