Skip to content

Commit

Permalink
Windows make file update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjsweeney committed Nov 22, 2019
1 parent 3329d13 commit 82af33d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ NPROCS = $(shell grep -c 'processor' /proc/cpuinfo)
MAKEFLAGS += -j$(NPROCS)

CXXFLAGS += `$(SDLC) --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -DDATA_DIR=\"$(DATA_DIR)\" -DLOCALE_DIR=\"$(LOCALE_DIR)\"
CXXFLAGS += -ansi
CXXFLAGS += -m32
CXXFLAGS += -Wall -Wempty-body -ansi -pedantic -Werror -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds

LDFLAGS += `$(SDLC) --libs` -lm -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lSDL2main

Expand Down

0 comments on commit 82af33d

Please sign in to comment.