暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

buildconf.py.am.in 277B

123456789
  1. ##@brief Stores constant evaluated at build time
  2. #@note Populated by ./configure
  3. #@warning This file HAS TO be safely importable outside any lodel context
  4. PYMONGO=@PYMONGO@
  5. WEBUI=@WEBUI@
  6. #Populated by make
  7. LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
  8. LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"