Skip to content

Commit

Permalink
completed SDL UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
usrshare committed Oct 4, 2016
1 parent d18b312 commit 6d970fb
Show file tree
Hide file tree
Showing 7 changed files with 988 additions and 748 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CFLAGS=-std=c11
DEFS=-D_POSIX_C_SOURCE=2 $(shell libpng-config --cflags)
LDFLAGS = $(shell libpng-config --ldflags )

_OBJS = pngmap.o main.o
_OBJS = snescity.o pngmap.o main.o

ifdef RELEASE
DEFS += -xSSE3 -O3 -DNDEBUG
Expand Down
Loading

0 comments on commit 6d970fb

Please sign in to comment.