mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
AGGLIBS= -lagg
|
|
AGGCXXFLAGS = -O3 -I/usr/X11R6/include -L/usr/X11R6/lib
|
|
CXX = g++
|
|
C = gcc
|
|
#CXX = icc
|
|
LIB = ar cr -s
|
|
|
|
.PHONY : clean
|