summaryrefslogtreecommitdiff
path: root/posix.mk
blob: ba89a877ab91db027936175af1f49096f5a1d245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CC = /riscos/bin/gcc
CC_DEBUG = gcc

PLATFORM_CFLAGS = 
PLATFORM_CFLAGS_DEBUG = -I/usr/include/libxml2 -I/riscos/include

LDFLAGS = -L/riscos/lib -lxml2 -lz -lcurl -lssl -lcrypto -lcares -lanim -lpng \
	-loslib -ljpeg
LDFLAGS_SMALL = -L/riscos/lib -lxml2 -lz -lucurl -lcares -lanim -lpng -loslib -ljpeg
LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl -ljpeg

include depend