aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-05-09 19:33:53 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:49 +0100
commitb38176e1ebac941867d8cefb9824b5ad6446a0a5 (patch)
tree82ddfbaa5cfb7323d00afed2eaecd746c717b941 /Makefile
parent357cb616c370e9a17f29584d11fee5926ad76977 (diff)
downloadusdx-b38176e1ebac941867d8cefb9824b5ad6446a0a5.tar.gz
usdx-b38176e1ebac941867d8cefb9824b5ad6446a0a5.tar.xz
usdx-b38176e1ebac941867d8cefb9824b5ad6446a0a5.zip
added first frame and sub directory for frames
loading screen: currently only with background
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3c12b1a..e9aefb00 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sources:=$(wildcard $(TOP)/src/*/*/*.cpp) $(wildcard $(TOP)/src/*/*.cpp) $(wildc
deps:=$(sources:.cpp=.d)
-CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -g
+CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -I$(TOP)/src/frames -g
LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lSDL_image -lSDL_gfx -lcppunit -lGL
TARGET:=$(PROJECT)