mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[MOD/ADD] Separate AS code, XMPP reactions removal
This commit is contained in:
parent
1b62072a3a
commit
fb511b4df0
16 changed files with 1183 additions and 1029 deletions
4
Makefile
4
Makefile
|
|
@ -26,8 +26,8 @@ AYAS=ayaya
|
|||
ETC=etc
|
||||
INCLUDES=src/include
|
||||
CC=cc
|
||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -O3 -s -Wall -Werror
|
||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -O3 -s
|
||||
CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -O3 -g -Wall -Werror
|
||||
LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -O3 -g
|
||||
AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"
|
||||
BINARY=parsee
|
||||
# ============================ Compilation =================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue