Het compileertgit status alleen nu nog daadwerkelijk draaien. zie connector_rtsp/compile_remarks.txt

This commit is contained in:
Erik Zandvliet 2010-09-01 09:30:26 +02:00
parent 52de8a8fd9
commit d89deb37e8
4 changed files with 30 additions and 9 deletions

View file

@ -1,12 +1,12 @@
SRC = main.cpp ../sockets/sw_base.cpp ../sockets/sw_inet.cpp ../sockets/sw_unix.cpp
OBJ = $(SRC:.cpp=.o)
OUT = Connector_RTSP
INCLUDES =
INCLUDES =
CCFLAGS = -Wall -Wextra -funsigned-char -g
CC = $(CROSS)g++
LD = $(CROSS)ld
AR = $(CROSS)ar
LIBS =
LIBS = -ljthread -lpthread -ljrtp
.SUFFIXES: .cpp
.PHONY: clean default
default: $(OUT)