-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmakefile
More file actions
26 lines (22 loc) · 732 Bytes
/
makefile
File metadata and controls
26 lines (22 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#--------------------------------------
#
# CEaShell Source Code - makefile
# By RoccoLox Programs and TIny_Hacker
# Copyright 2022 - 2026
# License: GPL-3.0
#
#--------------------------------------
NAME = CEaShell
APP_NAME = CEaShell
APP_INST_NAME = CEASHELL
APP_VERSION = 5.0.0.0000
CEASHELL_VERSION = 2.0.2
APPVAR_VERSION = 0
DESCRIPTION = "(C) 2022-2026 RoccoLox & TIny_Hacker"
COMPRESSED = NO
ARCHIVED = YES
LANGUAGE = EN
CFLAGS = -Wall -Wextra -Oz -DVERSION_NO=\"$(CEASHELL_VERSION)\" -DAPPVAR_VERSION=$(APPVAR_VERSION) -D$(LANGUAGE)=true
CXXFLAGS = -Wall -Wextra -Oz -DVERSION_NO=\"$(CEASHELL_VERSION)\" -DAPPVAR_VERSION=$(APPVAR_VERSION) -D$(LANGUAGE)=true
# ----------------------------
include app_tools/makefile