mirror of http://git.sylixos.com/repo/libcurl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
34 lines
1.5 KiB
#*********************************************************************************************************
|
|
#
|
|
# 中国软件开源组织
|
|
#
|
|
# 嵌入式实时操作系统
|
|
#
|
|
# SylixOS(TM) LW : long wing
|
|
#
|
|
# Copyright All Rights Reserved
|
|
#
|
|
#--------------文件信息--------------------------------------------------------------------------------
|
|
#
|
|
# 文 件 名: config.mk
|
|
#
|
|
# 创 建 人: RealEvo-IDE
|
|
#
|
|
# 文件创建日期: 2016 年 12 月 09 日
|
|
#
|
|
# 描 述: 本文件由 RealEvo-IDE 生成,用于配置 Makefile 功能,请勿手动修改
|
|
#*********************************************************************************************************
|
|
|
|
#*********************************************************************************************************
|
|
# SylixOS Base Project path
|
|
#*********************************************************************************************************
|
|
SYLIXOS_BASE_PATH := D:\SylixOSDev\workspace\sylixos-base-arm9
|
|
|
|
#*********************************************************************************************************
|
|
# Debug options (debug or release)
|
|
#*********************************************************************************************************
|
|
DEBUG_LEVEL := debug
|
|
|
|
#*********************************************************************************************************
|
|
# End
|
|
#*********************************************************************************************************
|
|
|