rsc/ and common/ seem OK from the splice (read more)

common compiles correctly, although there are issues:

* There needs to be support for multiple pagers at once
* There needs to be a way to support multiple generation algorithms
This commit is contained in:
Kayne Ruse
2014-07-30 22:53:05 +10:00
parent 03f1723d88
commit 67c8bb6f11
5 changed files with 28 additions and 76 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. ../utilities
INCLUDES+=. ../utilities ../graphics
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))