⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.params

📁 微软的基于HMM的人脸识别原代码, 非常经典的说
💻 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 + -