Include the WIN32 flag, since GCC doesn't want to now

This commit is contained in:
Sylae Corell
2014-07-29 12:22:45 -06:00
parent d0aa12c23d
commit 864eba5928
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm --strip-all -static-libgcc -static-libstdc++
INCS = -I"include"
CXXINCS =
BIN = "Blades of Exile Scenario Editor.exe"
CXXFLAGS = $(CXXINCS) -fno-exceptions -fno-rtti -std=c++0x
CXXFLAGS = $(CXXINCS) -fno-exceptions -fno-rtti -std=c++0x -DWIN32
CFLAGS = $(INCS)
RM = rm -f