Working on the ui, incomplete

This commit is contained in:
2015-07-08 03:09:50 +10:00
parent e08e34b677
commit 4ced681c76
7 changed files with 26 additions and 171 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ifeq ($(OS),Windows_NT)
endif
LIBS+=-lSDLmain -lSDL -llua -lsqlite3
ifeq ($(shell uname), Linux)
#I don't know what this does, but Ubuntu needs it
#I don't know what this does, but Ubuntu needs it (dynamic linking for lua)
LIBS+=-ldl
endif