Skip to content

Commit

Permalink
Use SDL 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 31, 2014
1 parent 1e9b2cc commit 66d8e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.fbsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ SRCS= main.c digger.c drawing.c sprite.c scores.c record.c sound.c \
monster_obj.h digger_obj.c digger_obj.h bullet_obj.c \
bullet_obj.h

CFLAGS+= -DFREEBSD
CFLAGS+= -DFREEBSD -DDIGGER_DEBUG

LDADD+= -lz -lm

SDL_CONFIG?= sdl-config
SDL_CONFIG?= sdl2-config

.if !defined(SDL)
CFLAGS+= -D_VGL
Expand Down

0 comments on commit 66d8e91

Please sign in to comment.