Tell the compiler which max() and min() to use
This fixes an error with the build server's version of mingw that was not finding max() or min()
This commit is contained in:
@@ -6,7 +6,7 @@ WINDRES = $(PREFIX)windres
|
||||
RES = Blades_of_Exile_Scenario_Editor_private.res
|
||||
OBJ = buttonmg.o dlogtool.o global.o graphutl.o keydlgs.o tfileio.o townout.o edsound.o graphics.o scenario.o blscened.o tactions.o $(RES)
|
||||
LINKOBJ = buttonmg.o dlogtool.o global.o graphutl.o keydlgs.o tfileio.o townout.o edsound.o graphics.o scenario.o blscened.o tactions.o $(RES)
|
||||
LIBS = -mwindows -lwinmm --strip-all -static-libgcc -static-libstdc++
|
||||
LIBS = -mwindows -lwinmm -static-libgcc -static-libstdc++
|
||||
INCS = -I"include"
|
||||
CXXINCS =
|
||||
BIN = "Blades of Exile Scenario Editor.exe"
|
||||
|
Reference in New Issue
Block a user