mirror of http://git.sylixos.com/repo/openssl.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.
35 lines
1.5 KiB
35 lines
1.5 KiB
2 years ago
|
#*********************************************************************************************************
|
||
|
#
|
||
|
# �й�������Դ��֯
|
||
|
#
|
||
|
# Ƕ��ʽʵʱ����ϵͳ
|
||
|
#
|
||
|
# SylixOS(TM) LW : long wing
|
||
|
#
|
||
|
# Copyright All Rights Reserved
|
||
|
#
|
||
|
#--------------�ļ���Ϣ--------------------------------------------------------------------------------
|
||
|
#
|
||
|
# �� �� ��: config.mk
|
||
|
#
|
||
|
# �� �� ��: RealEvo-IDE
|
||
|
#
|
||
|
# �ļ���������: 2022 �� 06 �� 30 ��
|
||
|
#
|
||
|
# �� ��: ���ļ��� RealEvo-IDE ���ɣ��������� Makefile ���ܣ������ֶ���
|
||
|
#*********************************************************************************************************
|
||
|
|
||
|
#*********************************************************************************************************
|
||
|
# SylixOS Base Project path
|
||
|
#*********************************************************************************************************
|
||
|
SYLIXOS_BASE_PATH := D:\Work\workspace_edgeros\sylixos-base
|
||
|
|
||
|
#*********************************************************************************************************
|
||
|
# Debug options (debug or release)
|
||
|
#*********************************************************************************************************
|
||
|
DEBUG_LEVEL := debug
|
||
|
|
||
|
#*********************************************************************************************************
|
||
|
# End
|
||
|
#*********************************************************************************************************
|