erebus
diff liberebus/Makefile @ 34:d15ee526daa6
- changed the UI font, made it a bit smaller
- fixed the text positioning in the status bar
- added ThreadPool::clear to remove all pending jobs
- fixed the TargetCamera matrix calculation to avoid singularities when the
camera looks straight up or down.
- fixed ommited normalization in TargetCamera's matrix calculation
- added paths/sec display in the status bar
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 08 Jun 2014 08:12:05 +0300 |
parents | 93894c232d65 |
children | bab25c0ce337 |
line diff
1.1 --- a/liberebus/Makefile Sat Jun 07 14:21:56 2014 +0300 1.2 +++ b/liberebus/Makefile Sun Jun 08 08:12:05 2014 +0300 1.3 @@ -8,8 +8,8 @@ 1.4 api_major = 0 1.5 api_minor = 1 1.6 1.7 -CXXFLAGS = -std=c++11 -pedantic -Wall -g $(pic) 1.8 -LDFLAGS = -lvmath -limago -lm 1.9 +CXXFLAGS = -std=c++11 -pthread -pedantic $(warn) $(dbg) $(opt) $(pic) 1.10 +LDFLAGS = -pthread -lvmath -limago -lm 1.11 1.12 ifeq ($(shell uname -s), Darwin) 1.13 shared = -dynamiclib