Skip to content

Commit

Permalink
Merge pull request #1 from CIB/test
Browse files Browse the repository at this point in the history
Fixed makefile to define both SDLTILES and TILES for make TILES=1
  • Loading branch information
Gatleos committed Sep 21, 2013
2 parents 076185a + d2c1945 commit 9d4a223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ ifdef SDL
endif
ifdef TILES
DEFINES += -DSDLTILES
else
DEFINES += -DTILES
endif
DEFINES += -DTILES
ifeq ($(TARGETSYSTEM),WINDOWS)
LDFLAGS += -lgdi32 -ldxguid -lwinmm -ljpeg -lpng
TARGET = $(W32TILESTARGET)
Expand Down

0 comments on commit 9d4a223

Please sign in to comment.