Skip to content

Commit

Permalink
FIX: compile
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@7294 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
TurfIt committed Aug 16, 2014
1 parent fd2eb00 commit dd4dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else ifneq ($(findstring $(OSTYPE), cygwin mingw),)
LIBS += -lmingw32
endif
SOURCES += simsys_w32_png.cc
CFLAGS += -DNOMINMAX -DWIN32_LEAN_AND_MEAN -DWINVER=_WIN32_WINNT_WINXP
CFLAGS += -DNOMINMAX -DWIN32_LEAN_AND_MEAN -DWINVER=0x0501 -D_WIN32_IE=0x0500
LIBS += -lgdi32 -lwinmm -lws2_32
# Disable the console on Windows unless WIN32_CONSOLE is set or graphics are disabled
ifneq ($(WIN32_CONSOLE),)
Expand Down

0 comments on commit dd4dd8f

Please sign in to comment.